Html Css Color HEX #03449C Cobalt

📋 copy color: '#03449C'

red 3 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #03449C

Tints of Cobalt #03449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 68.72%

R = 1.32%
G = 29.96%
B = 68.72%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03449C (or 0x03449C) is known color: Cobalt. HEX triplet: 03, 44 and 9C. RGB value is (3,68,156). Sum of RGB (Red+Green+Blue) = 3+68+156=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #03449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03449C is #FCBB63. Grayscale: #3A3A3A. Windows color (decimal): -16563044 or 10241027. OLE color: 10241027.

HSL color Cylindrical-coordinate representation of color #03449C: hue angle of 214.51º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03449C is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 68 156 -
CMYK 0.98 0.56 0 0.39
HSL 214.51º 0.96% 0.31% -
HSV(B) 214.51º 0.98% 0.61% -
XYZ 8.11 6.55 32.29 -
YUV 58.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 3 68 156 0.98 0.56 0 0.39 214.51 0.96 0.31
Hex 3 44 9C 62 38 0 27 D7 60 1F
Octal 3 104 234 142 70 0 47 327 140 37
Binary 11 1000100 10011100 1100010 111000 0 100111 11010111 1100000 11111

Color Harmonies of #03449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03449C

Black with #03449C

Text Example


Text Example

White with #03449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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