Html Css Color HEX #03469A Cobalt

📋 copy color: '#03469A'

red 3 ◦ green 70 ◦ blue 154

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

Shades of Cobalt #03469A

Tints of Cobalt #03469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 1.32%
G = 30.84%
B = 67.84%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03469A (or 0x03469A) is known color: Cobalt. HEX triplet: 03, 46 and 9A. RGB value is (3,70,154). Sum of RGB (Red+Green+Blue) = 3+70+154=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #03469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03469A is #FCB965. Grayscale: #3B3B3B. Windows color (decimal): -16562534 or 10110467. OLE color: 10110467.

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

Color convert

RGB 3 70 154 -
CMYK 0.98 0.55 0 0.40
HSL 213.38º 0.96% 0.31% -
HSV(B) 213.38º 0.98% 0.6% -
XYZ 8.06 6.73 31.45 -
YUV 59.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 3 70 154 0.98 0.55 0 0.40 213.38 0.96 0.31
Hex 3 46 9A 62 37 0 28 D5 60 1F
Octal 3 106 232 142 67 0 50 325 140 37
Binary 11 1000110 10011010 1100010 110111 0 101000 11010101 1100000 11111

Color Harmonies of #03469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03469A

Black with #03469A

Text Example


Text Example

White with #03469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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