#094348

Color #094348 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #094348

Tints of Cyprus #094348

Color information

#094348 (or 0x094348) is unknown color: approx Cyprus. HEX triplet: 09, 43 and 48. RGB value is (9,67,72). Sum of RGB (Red+Green+Blue) = 9+67+72=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #094348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094348 is #F6BCB7. Grayscale: #323232. Windows color (decimal): -16170168 or 4735753. OLE color: 4735753.

HSL color Cylindrical-coordinate representation of color #094348: hue angle of 184.76º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094348 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB96772-
CMYK0.880.0700.72
HSL184.76º77.78%15.88%-
HSV(B)184.76º87.5%28.24%-
XYZ3.294.546.83-
YUV50.23140.2898.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=6.08%
G=45.27%
B=48.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal967720.880.0700.72184.7677.7815.88
Hex94348587048b94e10
Octal111031101307011027111620
Binary10011000011100100010110001110100100010111001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094348; }

 p { color: rgb(9,67,72); }

 H1.HeaderClassName
 {
   color: #094348;
 }
 .AnyTagClassName
 {
   color: #094348;
 }
</style>
background-color css

<style>
 a { background-color: #094348; }

 a { background-color: rgb(9,67,72); }

 div.DivClassName
 {
   background-color: #094348;
 }
 .BgClassName
 {
   background-color: #094348;
 }
</style>
border-color css

<style>
 span { border-color: #094348; }

 span { border-color: rgb(9,67,72); }

 td.TdClassName
 {
   border-color: #094348;
 }
 .TagClassName
 {
   border-color: #094348;
 }
</style>