#0340BB

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

Shades of Cobalt #0340BB

Tints of Cobalt #0340BB

Color information

#0340BB (or 0x0340BB) is unknown color: approx Cobalt. HEX triplet: 03, 40 and BB. RGB value is (3,64,187). Sum of RGB (Red+Green+Blue) = 3+64+187=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #0340BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340BB is #FCBF44. Grayscale: #3B3B3B. Windows color (decimal): -16564037 or 12271619. OLE color: 12271619.

HSL color Cylindrical-coordinate representation of color #0340BB: hue angle of 220.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0340BB is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB364187-
CMYK0.980.6600.27
HSL220.11º96.84%37.25%-
HSV(B)220.11º98.4%73.33%-
XYZ10.847.2747.85-
YUV59.78199.7987.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 187 (73.44% from 255) = 73.62%
R=1.18%
G=25.20%
B=73.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3641870.980.6600.27220.1196.8437.25
Hex340BB624201Bdc6125
Octal310027314210203333414145
Binary1110000001011101111000101000010011011110111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0340BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0340BB; }

 p { color: rgb(3,64,187); }

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

<style>
 a { background-color: #0340BB; }

 a { background-color: rgb(3,64,187); }

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

<style>
 span { border-color: #0340BB; }

 span { border-color: rgb(3,64,187); }

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