Html Css Color HEX #034086 Dark Cerulean

📋 copy color: '#034086'

red 3 ◦ green 64 ◦ blue 134

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

Shades of Dark Cerulean #034086

Tints of Dark Cerulean #034086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 1.49%
G = 31.84%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#034086 (or 0x034086) is known color: Dark Cerulean. HEX triplet: 03, 40 and 86. RGB value is (3,64,134). Sum of RGB (Red+Green+Blue) = 3+64+134=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #034086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034086 is #FCBF79. Grayscale: #353535. Windows color (decimal): -16564090 or 8798211. OLE color: 8798211.

HSL color Cylindrical-coordinate representation of color #034086: hue angle of 212.06º 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 #034086 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 64 134 -
CMYK 0.98 0.52 0 0.47
HSL 212.06º 0.96% 0.27% -
HSV(B) 212.06º 0.98% 0.53% -
XYZ 6.17 5.41 23.27 -
YUV 53.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 3 64 134 0.98 0.52 0 0.47 212.06 0.96 0.27
Hex 3 40 86 62 34 0 2F D4 60 1B
Octal 3 100 206 142 64 0 57 324 140 33
Binary 11 1000000 10000110 1100010 110100 0 101111 11010100 1100000 11011

Color Harmonies of #034086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034086

Black with #034086

Text Example


Text Example

White with #034086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034086; }

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

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

background-color css

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

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

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

border-color css

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

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

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