Html Css Color HEX #035376 Dark Cerulean

📋 copy color: '#035376'

red 3 ◦ green 83 ◦ blue 118

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

Shades of Dark Cerulean #035376

Tints of Dark Cerulean #035376

RGB

 RED value IS 3 (1.56% from 255) = 1.47%

 GREEN value IS 83 (32.81% from 255) = 40.69%

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 1.47%
G = 40.69%
B = 57.84%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035376 (or 0x035376) is known color: Dark Cerulean. HEX triplet: 03, 53 and 76. RGB value is (3,83,118). Sum of RGB (Red+Green+Blue) = 3+83+118=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #035376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035376 is #FCAC89. Grayscale: #3E3E3E. Windows color (decimal): -16559242 or 7754499. OLE color: 7754499.

HSL color Cylindrical-coordinate representation of color #035376: hue angle of 198.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035376 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 83 118 -
CMYK 0.97 0.30 0 0.54
HSL 198.26º 0.95% 0.24% -
HSV(B) 198.26º 0.97% 0.46% -
XYZ 6.4 7.51 18.25 -
YUV 63.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 3 83 118 0.97 0.30 0 0.54 198.26 0.95 0.24
Hex 3 53 76 61 1E 0 36 C6 5F 18
Octal 3 123 166 141 36 0 66 306 137 30
Binary 11 1010011 1110110 1100001 11110 0 110110 11000110 1011111 11000

Color Harmonies of #035376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035376

Black with #035376

Text Example


Text Example

White with #035376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035376; }

 p { color: rgb(3,83,118); }

 H1.HeaderClassName
 {
   color: #035376;
 }
 .AnyTagClassName
 {
   color: #035376;
 }
</style>

background-color css

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

 a { background-color: rgb(3,83,118); }

 div.DivClassName
 {
   background-color: #035376;
 }
 .BgClassName
 {
   background-color: #035376;
 }
</style>

border-color css

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

 span { border-color: rgb(3,83,118); }

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