#034BBF

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

Shades of Cobalt #034BBF

Tints of Cobalt #034BBF

Color information

#034BBF (or 0x034BBF) is unknown color: approx Cobalt. HEX triplet: 03, 4B and BF. RGB value is (3,75,191). Sum of RGB (Red+Green+Blue) = 3+75+191=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #034BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BBF is #FCB440. Grayscale: #424242. Windows color (decimal): -16561217 or 12536579. OLE color: 12536579.

HSL color Cylindrical-coordinate representation of color #034BBF: hue angle of 217.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BBF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB375191-
CMYK0.980.6100.25
HSL217.02º96.91%38.04%-
HSV(B)217.02º98.43%74.9%-
XYZ11.968.8150.36-
YUV66.7198.1582.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 191 (75% from 255) = 71.00%
R=1.12%
G=27.88%
B=71.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3751910.980.6100.25217.0296.9138.04
Hex34BBF623D019d96126
Octal31132771427503133114146
Binary111001011101111111100010111101011001110110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034BBF; }

 p { color: rgb(3,75,191); }

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

<style>
 a { background-color: #034BBF; }

 a { background-color: rgb(3,75,191); }

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

<style>
 span { border-color: #034BBF; }

 span { border-color: rgb(3,75,191); }

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