Html Css Color HEX #04353D Cyprus

📋 copy color: '#04353D'

red 4 ◦ green 53 ◦ blue 61

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

Shades of Cyprus #04353D

Tints of Cyprus #04353D

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

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 4 53 61 -
CMYK 0.93 0.13 0 0.76
HSL 188.42º 0.88% 0.13% -
HSV(B) 188.42º 0.93% 0.24% -
XYZ 2.17 2.91 4.86 -
YUV 39.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 4 53 61 0.93 0.13 0 0.76 188.42 0.88 0.13
Hex 4 35 3D 5D D 0 4C BC 58 D
Octal 4 65 75 135 15 0 114 274 130 15
Binary 100 110101 111101 1011101 1101 0 1001100 10111100 1011000 1101

Color Harmonies of #04353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04353D

Black with #04353D

Text Example


Text Example

White with #04353D

Text Example


Text Example

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