#0347A4

Color #0347A4 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0347A4

Tints of Cobalt #0347A4

Color information

#0347A4 (or 0x0347A4) is unknown color: approx Cobalt. HEX triplet: 03, 47 and A4. RGB value is (3,71,164). Sum of RGB (Red+Green+Blue) = 3+71+164=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #0347A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0347A4 is #FCB85B. Grayscale: #3C3C3C. Windows color (decimal): -16562268 or 10766083. OLE color: 10766083.

HSL color Cylindrical-coordinate representation of color #0347A4: hue angle of 214.66º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0347A4 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB371164-
CMYK0.980.5700.36
HSL214.66º96.41%32.75%-
HSV(B)214.66º98.17%64.31%-
XYZ8.997.2136.04-
YUV61.27185.9786.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 164 (64.45% from 255) = 68.91%
R=1.26%
G=29.83%
B=68.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3711640.980.5700.36214.6696.4132.75
Hex347A46239024d76021
Octal31072441427104432714041
Binary1110001111010010011000101110010100100110101111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0347A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0347A4; }

 p { color: rgb(3,71,164); }

 H1.HeaderClassName
 {
   color: #0347A4;
 }
 .AnyTagClassName
 {
   color: #0347A4;
 }
</style>
background-color css

<style>
 a { background-color: #0347A4; }

 a { background-color: rgb(3,71,164); }

 div.DivClassName
 {
   background-color: #0347A4;
 }
 .BgClassName
 {
   background-color: #0347A4;
 }
</style>
border-color css

<style>
 span { border-color: #0347A4; }

 span { border-color: rgb(3,71,164); }

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