Html Css Color HEX #035883 Dark Cerulean

📋 copy color: '#035883'

red 3 ◦ green 88 ◦ blue 131

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

Shades of Dark Cerulean #035883

Tints of Dark Cerulean #035883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 1.35%
G = 39.64%
B = 59.01%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#035883 (or 0x035883) is known color: Dark Cerulean. HEX triplet: 03, 58 and 83. RGB value is (3,88,131). Sum of RGB (Red+Green+Blue) = 3+88+131=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #035883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035883 is #FCA77C. Grayscale: #434343. Windows color (decimal): -16557949 or 8607747. OLE color: 8607747.

HSL color Cylindrical-coordinate representation of color #035883: hue angle of 200.16º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035883 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 88 131 -
CMYK 0.98 0.33 0 0.49
HSL 200.16º 0.96% 0.26% -
HSV(B) 200.16º 0.98% 0.51% -
XYZ 7.62 8.64 22.74 -
YUV 67.49 163.84 82 -
System Red Green Blue C M Y K H S L
Decimal 3 88 131 0.98 0.33 0 0.49 200.16 0.96 0.26
Hex 3 58 83 62 21 0 31 C8 60 1A
Octal 3 130 203 142 41 0 61 310 140 32
Binary 11 1011000 10000011 1100010 100001 0 110001 11001000 1100000 11010

Color Harmonies of #035883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035883

Black with #035883

Text Example


Text Example

White with #035883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035883; }

 p { color: rgb(3,88,131); }

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

background-color css

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

 a { background-color: rgb(3,88,131); }

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

border-color css

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

 span { border-color: rgb(3,88,131); }

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