Html Css Color HEX #035184 Dark Cerulean

📋 copy color: '#035184'

red 3 ◦ green 81 ◦ blue 132

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

Shades of Dark Cerulean #035184

Tints of Dark Cerulean #035184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 1.39%
G = 37.5%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#035184 (or 0x035184) is known color: Dark Cerulean. HEX triplet: 03, 51 and 84. RGB value is (3,81,132). Sum of RGB (Red+Green+Blue) = 3+81+132=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #035184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035184 is #FCAE7B. Grayscale: #3F3F3F. Windows color (decimal): -16559740 or 8671491. OLE color: 8671491.

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

Color convert

RGB 3 81 132 -
CMYK 0.98 0.39 0 0.48
HSL 203.72º 0.96% 0.26% -
HSV(B) 203.72º 0.98% 0.52% -
XYZ 7.14 7.57 22.91 -
YUV 63.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 3 81 132 0.98 0.39 0 0.48 203.72 0.96 0.26
Hex 3 51 84 62 27 0 30 CC 60 1A
Octal 3 121 204 142 47 0 60 314 140 32
Binary 11 1010001 10000100 1100010 100111 0 110000 11001100 1100000 11010

Color Harmonies of #035184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035184

Black with #035184

Text Example


Text Example

White with #035184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035184; }

 p { color: rgb(3,81,132); }

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

background-color css

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

 a { background-color: rgb(3,81,132); }

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

border-color css

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

 span { border-color: rgb(3,81,132); }

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