Html Css Color HEX #0349AA Cobalt

📋 copy color: '#0349AA'

red 3 ◦ green 73 ◦ blue 170

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

Shades of Cobalt #0349AA

Tints of Cobalt #0349AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 1.22%
G = 29.67%
B = 69.11%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0349AA (or 0x0349AA) is known color: Cobalt. HEX triplet: 03, 49 and AA. RGB value is (3,73,170). Sum of RGB (Red+Green+Blue) = 3+73+170=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #0349AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0349AA is #FCB655. Grayscale: #3E3E3E. Windows color (decimal): -16561750 or 11159811. OLE color: 11159811.

HSL color Cylindrical-coordinate representation of color #0349AA: hue angle of 214.85º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0349AA is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 73 170 -
CMYK 0.98 0.57 0 0.33
HSL 214.85º 0.97% 0.34% -
HSV(B) 214.85º 0.98% 0.67% -
XYZ 9.68 7.69 39 -
YUV 63.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 3 73 170 0.98 0.57 0 0.33 214.85 0.97 0.34
Hex 3 49 AA 62 39 0 21 D7 61 22
Octal 3 111 252 142 71 0 41 327 141 42
Binary 11 1001001 10101010 1100010 111001 0 100001 11010111 1100001 100010

Color Harmonies of #0349AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0349AA

Black with #0349AA

Text Example


Text Example

White with #0349AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0349AA; }

 p { color: rgb(3,73,170); }

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

background-color css

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

 a { background-color: rgb(3,73,170); }

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

border-color css

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

 span { border-color: rgb(3,73,170); }

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