#04353B

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

Shades of Cyprus #04353B

Tints of Cyprus #04353B

Color information

#04353B (or 0x04353B) is unknown color: approx Cyprus. HEX triplet: 04, 35 and 3B. RGB value is (4,53,59). Sum of RGB (Red+Green+Blue) = 4+53+59=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #04353B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353B is #FBCAC4. Grayscale: #262626. Windows color (decimal): -16501445 or 3880196. OLE color: 3880196.

HSL color Cylindrical-coordinate representation of color #04353B: hue angle of 186.55º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04353B is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB45359-
CMYK0.930.1000.77
HSL186.55º87.3%12.35%-
HSV(B)186.55º93.22%23.14%-
XYZ2.112.894.58-
YUV39.03139.27103.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 59 (23.44% from 255) = 50.86%
R=3.45%
G=45.69%
B=50.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal453590.930.1000.77186.5587.312.35
Hex4353B5DA04Dbb57c
Octal4657313512011527312714
Binary10011010111101110111011010010011011011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04353B; }

 p { color: rgb(4,53,59); }

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

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

 a { background-color: rgb(4,53,59); }

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

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

 span { border-color: rgb(4,53,59); }

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