Html Css Color HEX #035074 Dark Cerulean

📋 copy color: '#035074'

red 3 ◦ green 80 ◦ blue 116

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

Shades of Dark Cerulean #035074

Tints of Dark Cerulean #035074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 1.51%
G = 40.2%
B = 58.29%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035074 (or 0x035074) is known color: Dark Cerulean. HEX triplet: 03, 50 and 74. RGB value is (3,80,116). Sum of RGB (Red+Green+Blue) = 3+80+116=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #035074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035074 is #FCAF8B. Grayscale: #3C3C3C. Windows color (decimal): -16560012 or 7622659. OLE color: 7622659.

HSL color Cylindrical-coordinate representation of color #035074: hue angle of 199.12º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035074 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 80 116 -
CMYK 0.97 0.31 0 0.55
HSL 199.12º 0.95% 0.23% -
HSV(B) 199.12º 0.97% 0.45% -
XYZ 6.06 7.02 17.56 -
YUV 61.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 3 80 116 0.97 0.31 0 0.55 199.12 0.95 0.23
Hex 3 50 74 61 1F 0 37 C7 5F 17
Octal 3 120 164 141 37 0 67 307 137 27
Binary 11 1010000 1110100 1100001 11111 0 110111 11000111 1011111 10111

Color Harmonies of #035074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035074

Black with #035074

Text Example


Text Example

White with #035074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035074; }

 p { color: rgb(3,80,116); }

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

background-color css

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

 a { background-color: rgb(3,80,116); }

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

border-color css

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

 span { border-color: rgb(3,80,116); }

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