Html Css Color HEX #034899 Cobalt

📋 copy color: '#034899'

red 3 ◦ green 72 ◦ blue 153

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

Shades of Cobalt #034899

Tints of Cobalt #034899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 1.32%
G = 31.58%
B = 67.11%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034899 (or 0x034899) is known color: Cobalt. HEX triplet: 03, 48 and 99. RGB value is (3,72,153). Sum of RGB (Red+Green+Blue) = 3+72+153=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #034899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034899 is #FCB766. Grayscale: #3C3C3C. Windows color (decimal): -16562023 or 10045443. OLE color: 10045443.

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

Color convert

RGB 3 72 153 -
CMYK 0.98 0.53 0 0.4
HSL 212.4º 0.96% 0.31% -
HSV(B) 212.4º 0.98% 0.6% -
XYZ 8.1 6.95 31.05 -
YUV 60.6 180.14 86.91 -
System Red Green Blue C M Y K H S L
Decimal 3 72 153 0.98 0.53 0 0.4 212.4 0.96 0.31
Hex 3 48 99 62 35 0 28 D4 60 1F
Octal 3 110 231 142 65 0 50 324 140 37
Binary 11 1001000 10011001 1100010 110101 0 101000 11010100 1100000 11111

Color Harmonies of #034899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034899

Black with #034899

Text Example


Text Example

White with #034899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034899; }

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

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

background-color css

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

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

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

border-color css

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

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

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