#0342B5

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

Shades of Cobalt #0342B5

Tints of Cobalt #0342B5

Color information

#0342B5 (or 0x0342B5) is unknown color: approx Cobalt. HEX triplet: 03, 42 and B5. RGB value is (3,66,181). Sum of RGB (Red+Green+Blue) = 3+66+181=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 181 (71.09% from 255 or 72.4% from 250); Max value from RGB is 181 - color contains mainly: blue. Hex color #0342B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342B5 is #FCBD4A. Grayscale: #3B3B3B. Windows color (decimal): -16563531 or 11878915. OLE color: 11878915.

HSL color Cylindrical-coordinate representation of color #0342B5: hue angle of 218.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0342B5 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB366181-
CMYK0.980.6400.29
HSL218.76º96.74%36.08%-
HSV(B)218.76º98.34%70.98%-
XYZ10.337.2544.57-
YUV60.27196.1387.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.2%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 181 (71.09% from 255) = 72.4%
R=1.2%
G=26.4%
B=72.4%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3661810.980.6400.29218.7696.7436.08
Hex342B5624001Ddb6124
Octal310226514210003533314144
Binary1110000101011010111000101000000011101110110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0342B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0342B5; }

 p { color: rgb(3,66,181); }

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

<style>
 a { background-color: #0342B5; }

 a { background-color: rgb(3,66,181); }

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

<style>
 span { border-color: #0342B5; }

 span { border-color: rgb(3,66,181); }

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