#0345C3

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

Shades of Cobalt #0345C3

Tints of Cobalt #0345C3

Color information

#0345C3 (or 0x0345C3) is unknown color: approx Cobalt. HEX triplet: 03, 45 and C3. RGB value is (3,69,195). Sum of RGB (Red+Green+Blue) = 3+69+195=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 195 (76.56% from 255 or 73.03% from 267); Max value from RGB is 195 - color contains mainly: blue. Hex color #0345C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0345C3 is #FCBA3C. Grayscale: #3F3F3F. Windows color (decimal): -16562749 or 12797187. OLE color: 12797187.

HSL color Cylindrical-coordinate representation of color #0345C3: hue angle of 219.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0345C3 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB369195-
CMYK0.980.6500.24
HSL219.38º96.97%38.82%-
HSV(B)219.38º98.46%76.47%-
XYZ12.028.2252.58-
YUV63.63202.1384.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 195 (76.56% from 255) = 73.03%
R=1.12%
G=25.84%
B=73.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal3691950.980.6500.24219.3896.9738.82
Hex345C36241018db6127
Octal310530314210103033314147
Binary1110001011100001111000101000001011000110110111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0345C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0345C3; }

 p { color: rgb(3,69,195); }

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

<style>
 a { background-color: #0345C3; }

 a { background-color: rgb(3,69,195); }

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

<style>
 span { border-color: #0345C3; }

 span { border-color: rgb(3,69,195); }

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