Html Css Color HEX #035392 Dark Cerulean

📋 copy color: '#035392'

red 3 ◦ green 83 ◦ blue 146

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

Shades of Dark Cerulean #035392

Tints of Dark Cerulean #035392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 1.29%
G = 35.78%
B = 62.93%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#035392 (or 0x035392) is known color: Dark Cerulean. HEX triplet: 03, 53 and 92. RGB value is (3,83,146). Sum of RGB (Red+Green+Blue) = 3+83+146=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #035392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035392 is #FCAC6D. Grayscale: #414141. Windows color (decimal): -16559214 or 9589507. OLE color: 9589507.

HSL color Cylindrical-coordinate representation of color #035392: hue angle of 206.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035392 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 83 146 -
CMYK 0.98 0.43 0 0.43
HSL 206.43º 0.96% 0.29% -
HSV(B) 206.43º 0.98% 0.57% -
XYZ 8.32 8.28 28.35 -
YUV 66.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 3 83 146 0.98 0.43 0 0.43 206.43 0.96 0.29
Hex 3 53 92 62 2B 0 2B CE 60 1D
Octal 3 123 222 142 53 0 53 316 140 35
Binary 11 1010011 10010010 1100010 101011 0 101011 11001110 1100000 11101

Color Harmonies of #035392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035392

Black with #035392

Text Example


Text Example

White with #035392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035392; }

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

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

background-color css

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

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

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

border-color css

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

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

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