Html Css Color HEX #03449B Cobalt

📋 copy color: '#03449B'

red 3 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #03449B

Tints of Cobalt #03449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 68.58%

R = 1.33%
G = 30.09%
B = 68.58%

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

#03449B (or 0x03449B) is known color: Cobalt. HEX triplet: 03, 44 and 9B. RGB value is (3,68,155). Sum of RGB (Red+Green+Blue) = 3+68+155=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #03449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03449B is #FCBB64. Grayscale: #3A3A3A. Windows color (decimal): -16563045 or 10175491. OLE color: 10175491.

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

Color convert

RGB 3 68 155 -
CMYK 0.98 0.56 0 0.39
HSL 214.34º 0.96% 0.31% -
HSV(B) 214.34º 0.98% 0.61% -
XYZ 8.02 6.52 31.85 -
YUV 58.48 182.47 88.43 -
System Red Green Blue C M Y K H S L
Decimal 3 68 155 0.98 0.56 0 0.39 214.34 0.96 0.31
Hex 3 44 9B 62 38 0 27 D6 60 1F
Octal 3 104 233 142 70 0 47 326 140 37
Binary 11 1000100 10011011 1100010 111000 0 100111 11010110 1100000 11111

Color Harmonies of #03449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03449B

Black with #03449B

Text Example


Text Example

White with #03449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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