#04353C

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

Shades of Cyprus #04353C

Tints of Cyprus #04353C

Color information

#04353C (or 0x04353C) is unknown color: approx Cyprus. HEX triplet: 04, 35 and 3C. RGB value is (4,53,60). Sum of RGB (Red+Green+Blue) = 4+53+60=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #04353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353C is #FBCAC3. Grayscale: #272727. Windows color (decimal): -16501444 or 3945732. OLE color: 3945732.

HSL color Cylindrical-coordinate representation of color #04353C: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04353C is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45360-
CMYK0.930.1200.76
HSL187.5º87.5%12.55%-
HSV(B)187.5º93.33%23.53%-
XYZ2.142.94.72-
YUV39.15139.77102.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 53 (21.09% from 255) = 45.30%
BLUE value IS 60 (23.83% from 255) = 51.28%
R=3.42%
G=45.30%
B=51.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal453600.930.1200.76187.587.512.55
Hex4353C5DC04Cbc58d
Octal4657413514011427413015
Binary10011010111110010111011100010011001011110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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