#04353D

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

Shades of Cyprus #04353D

Tints of Cyprus #04353D

Color information

#04353D (or 0x04353D) is unknown color: approx Cyprus. HEX triplet: 04, 35 and 3D. RGB value is (4,53,61). Sum of RGB (Red+Green+Blue) = 4+53+61=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #04353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04353D is #FBCAC2. Grayscale: #272727. Windows color (decimal): -16501443 or 4011268. OLE color: 4011268.

HSL color Cylindrical-coordinate representation of color #04353D: hue angle of 188.42º 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 #04353D is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB45361-
CMYK0.930.1300.76
HSL188.42º87.69%12.75%-
HSV(B)188.42º93.44%23.92%-
XYZ2.172.914.86-
YUV39.26140.27102.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=3.39%
G=44.92%
B=51.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal453610.930.1300.76188.4287.6912.75
Hex4353D5DD04Cbc58d
Octal4657513515011427413015
Binary10011010111110110111011101010011001011110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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