Html Css Color HEX #035386 Dark Cerulean

📋 copy color: '#035386'

red 3 ◦ green 83 ◦ blue 134

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

Shades of Dark Cerulean #035386

Tints of Dark Cerulean #035386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 1.36%
G = 37.73%
B = 60.91%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#035386 (or 0x035386) is known color: Dark Cerulean. HEX triplet: 03, 53 and 86. RGB value is (3,83,134). Sum of RGB (Red+Green+Blue) = 3+83+134=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #035386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035386 is #FCAC79. Grayscale: #404040. Windows color (decimal): -16559226 or 8803075. OLE color: 8803075.

HSL color Cylindrical-coordinate representation of color #035386: hue angle of 203.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035386 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 83 134 -
CMYK 0.98 0.38 0 0.47
HSL 203.36º 0.96% 0.27% -
HSV(B) 203.36º 0.98% 0.53% -
XYZ 7.43 7.93 23.69 -
YUV 64.89 167 83.85 -
System Red Green Blue C M Y K H S L
Decimal 3 83 134 0.98 0.38 0 0.47 203.36 0.96 0.27
Hex 3 53 86 62 26 0 2F CB 60 1B
Octal 3 123 206 142 46 0 57 313 140 33
Binary 11 1010011 10000110 1100010 100110 0 101111 11001011 1100000 11011

Color Harmonies of #035386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035386

Black with #035386

Text Example


Text Example

White with #035386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035386; }

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

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

background-color css

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

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

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

border-color css

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

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

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