Html Css Color HEX #03489B Cobalt

📋 copy color: '#03489B'

red 3 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #03489B

Tints of Cobalt #03489B

RGB

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

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

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

R = 1.3%
G = 31.3%
B = 67.39%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03489B (or 0x03489B) is known color: Cobalt. HEX triplet: 03, 48 and 9B. RGB value is (3,72,155). Sum of RGB (Red+Green+Blue) = 3+72+155=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #03489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03489B is #FCB764. Grayscale: #3C3C3C. Windows color (decimal): -16562021 or 10176515. OLE color: 10176515.

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

Color convert

RGB 3 72 155 -
CMYK 0.98 0.54 0 0.39
HSL 212.76º 0.96% 0.31% -
HSV(B) 212.76º 0.98% 0.61% -
XYZ 8.27 7.02 31.93 -
YUV 60.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 3 72 155 0.98 0.54 0 0.39 212.76 0.96 0.31
Hex 3 48 9B 62 36 0 27 D5 60 1F
Octal 3 110 233 142 66 0 47 325 140 37
Binary 11 1001000 10011011 1100010 110110 0 100111 11010101 1100000 11111

Color Harmonies of #03489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03489B

Black with #03489B

Text Example


Text Example

White with #03489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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