Html Css Color HEX #034699 Cobalt

📋 copy color: '#034699'

red 3 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #034699

Tints of Cobalt #034699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 1.33%
G = 30.97%
B = 67.7%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034699 (or 0x034699) is known color: Cobalt. HEX triplet: 03, 46 and 99. RGB value is (3,70,153). Sum of RGB (Red+Green+Blue) = 3+70+153=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #034699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034699 is #FCB966. Grayscale: #3B3B3B. Windows color (decimal): -16562535 or 10044931. OLE color: 10044931.

HSL color Cylindrical-coordinate representation of color #034699: hue angle of 213.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034699 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 70 153 -
CMYK 0.98 0.54 0 0.4
HSL 213.2º 0.96% 0.31% -
HSV(B) 213.2º 0.98% 0.6% -
XYZ 7.98 6.7 31.01 -
YUV 59.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 3 70 153 0.98 0.54 0 0.4 213.2 0.96 0.31
Hex 3 46 99 62 36 0 28 D5 60 1F
Octal 3 106 231 142 66 0 50 325 140 37
Binary 11 1000110 10011001 1100010 110110 0 101000 11010101 1100000 11111

Color Harmonies of #034699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034699

Black with #034699

Text Example


Text Example

White with #034699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034699; }

 p { color: rgb(3,70,153); }

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

background-color css

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

 a { background-color: rgb(3,70,153); }

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

border-color css

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

 span { border-color: rgb(3,70,153); }

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