Html Css Color HEX #03449A Cobalt

📋 copy color: '#03449A'

red 3 ◦ green 68 ◦ blue 154

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

Shades of Cobalt #03449A

Tints of Cobalt #03449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 68.44%

R = 1.33%
G = 30.22%
B = 68.44%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03449A (or 0x03449A) is known color: Cobalt. HEX triplet: 03, 44 and 9A. RGB value is (3,68,154). Sum of RGB (Red+Green+Blue) = 3+68+154=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 154 (60.55% from 255 or 68.44% from 225); Max value from RGB is 154 - color contains mainly: blue. Hex color #03449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03449A is #FCBB65. Grayscale: #393939. Windows color (decimal): -16563046 or 10109955. OLE color: 10109955.

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

Color convert

RGB 3 68 154 -
CMYK 0.98 0.56 0 0.40
HSL 214.17º 0.96% 0.31% -
HSV(B) 214.17º 0.98% 0.6% -
XYZ 7.94 6.49 31.41 -
YUV 58.37 181.97 88.51 -
System Red Green Blue C M Y K H S L
Decimal 3 68 154 0.98 0.56 0 0.40 214.17 0.96 0.31
Hex 3 44 9A 62 38 0 28 D6 60 1F
Octal 3 104 232 142 70 0 50 326 140 37
Binary 11 1000100 10011010 1100010 111000 0 101000 11010110 1100000 11111

Color Harmonies of #03449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03449A

Black with #03449A

Text Example


Text Example

White with #03449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03449A; }

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

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

background-color css

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

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

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

border-color css

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

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

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