#2B64BA

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

Shades of Cerulean Blue #2B64BA

Tints of Cerulean Blue #2B64BA

Color information

#2B64BA (or 0x2B64BA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 64 and BA. RGB value is (43,100,186). Sum of RGB (Red+Green+Blue) = 43+100+186=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B64BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64BA is #D49B45. Grayscale: #5C5C5C. Windows color (decimal): -13933382 or 12215339. OLE color: 12215339.

HSL color Cylindrical-coordinate representation of color #2B64BA: hue angle of 216.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B64BA is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43100186-
CMYK0.770.4600.27
HSL216.08º62.45%44.9%-
HSV(B)216.08º76.88%72.94%-
XYZ14.4213.1748.24-
YUV92.76180.6292.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.07%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=13.07%
G=30.40%
B=56.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431001860.770.4600.27216.0862.4544.9
Hex2B64BA4D2E01Bd83e2d
Octal53144272115560333307655
Binary101011110010010111010100110110111001101111011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,100,186); }

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

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

 a { background-color: rgb(43,100,186); }

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

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

 span { border-color: rgb(43,100,186); }

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