#2B60BF

Color #2B60BF Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B60BF

Tints of Cerulean Blue #2B60BF

Color information

#2B60BF (or 0x2B60BF) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 60 and BF. RGB value is (43,96,191). Sum of RGB (Red+Green+Blue) = 43+96+191=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B60BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60BF is #D49F40. Grayscale: #5A5A5A. Windows color (decimal): -13934401 or 12541995. OLE color: 12541995.

HSL color Cylindrical-coordinate representation of color #2B60BF: hue angle of 218.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B60BF is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4396191-
CMYK0.770.5000.25
HSL218.51º63.25%45.88%-
HSV(B)218.51º77.49%74.9%-
XYZ14.5812.6450.96-
YUV90.98184.4493.78-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 191 (75% from 255) = 57.88%
R=13.03%
G=29.09%
B=57.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43961910.770.5000.25218.5163.2545.88
Hex2B60BF4D32019db3f2e
Octal53140277115620313337756
Binary101011110000010111111100110111001001100111011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B60BF; }

 p { color: rgb(43,96,191); }

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

<style>
 a { background-color: #2B60BF; }

 a { background-color: rgb(43,96,191); }

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

<style>
 span { border-color: #2B60BF; }

 span { border-color: rgb(43,96,191); }

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