Html Css Color HEX #035071 Dark Cerulean

📋 copy color: '#035071'

red 3 ◦ green 80 ◦ blue 113

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

Shades of Dark Cerulean #035071

Tints of Dark Cerulean #035071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 1.53%
G = 40.82%
B = 57.65%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#035071 (or 0x035071) is known color: Dark Cerulean. HEX triplet: 03, 50 and 71. RGB value is (3,80,113). Sum of RGB (Red+Green+Blue) = 3+80+113=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #035071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035071 is #FCAF8E. Grayscale: #3C3C3C. Windows color (decimal): -16560015 or 7426051. OLE color: 7426051.

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

Color convert

RGB 3 80 113 -
CMYK 0.97 0.29 0 0.56
HSL 198º 0.95% 0.23% -
HSV(B) 198º 0.97% 0.44% -
XYZ 5.89 6.95 16.65 -
YUV 60.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 3 80 113 0.97 0.29 0 0.56 198 0.95 0.23
Hex 3 50 71 61 1D 0 38 C6 5F 17
Octal 3 120 161 141 35 0 70 306 137 27
Binary 11 1010000 1110001 1100001 11101 0 111000 11000110 1011111 10111

Color Harmonies of #035071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035071

Black with #035071

Text Example


Text Example

White with #035071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035071; }

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

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

background-color css

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

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

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

border-color css

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

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

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