Html Css Color HEX #034499 Cobalt

📋 copy color: '#034499'

red 3 ◦ green 68 ◦ blue 153

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

Shades of Cobalt #034499

Tints of Cobalt #034499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.36%

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

R = 1.34%
G = 30.36%
B = 68.3%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034499 (or 0x034499) is known color: Cobalt. HEX triplet: 03, 44 and 99. RGB value is (3,68,153). Sum of RGB (Red+Green+Blue) = 3+68+153=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #034499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034499 is #FCBB66. Grayscale: #393939. Windows color (decimal): -16563047 or 10044419. OLE color: 10044419.

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

Color convert

RGB 3 68 153 -
CMYK 0.98 0.56 0 0.4
HSL 214º 0.96% 0.31% -
HSV(B) 214º 0.98% 0.6% -
XYZ 7.85 6.45 30.97 -
YUV 58.26 181.47 88.59 -
System Red Green Blue C M Y K H S L
Decimal 3 68 153 0.98 0.56 0 0.4 214 0.96 0.31
Hex 3 44 99 62 38 0 28 D6 60 1F
Octal 3 104 231 142 70 0 50 326 140 37
Binary 11 1000100 10011001 1100010 111000 0 101000 11010110 1100000 11111

Color Harmonies of #034499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034499

Black with #034499

Text Example


Text Example

White with #034499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034499; }

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

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

background-color css

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

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

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

border-color css

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

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

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