Html Css Color HEX #04353B Cyprus

📋 copy color: '#04353B'

red 4 ◦ green 53 ◦ blue 59

#04353B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #04353B

Tints of Cyprus #04353B

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 value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04353B (or 0x04353B) is known color: 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

RGB 4 53 59 -
CMYK 0.93 0.10 0 0.77
HSL 186.55º 0.87% 0.12% -
HSV(B) 186.55º 0.93% 0.23% -
XYZ 2.11 2.89 4.58 -
YUV 39.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 4 53 59 0.93 0.10 0 0.77 186.55 0.87 0.12
Hex 4 35 3B 5D A 0 4D BB 57 C
Octal 4 65 73 135 12 0 115 273 127 14
Binary 100 110101 111011 1011101 1010 0 1001101 10111011 1010111 1100

Color Harmonies of #04353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04353B

Black with #04353B

Text Example


Text Example

White with #04353B

Text Example


Text Example

HTML Codes & Css Web 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>