#2F51BB

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

Shades of Cerulean Blue #2F51BB

Tints of Cerulean Blue #2F51BB

Color information

#2F51BB (or 0x2F51BB) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 51 and BB. RGB value is (47,81,187). Sum of RGB (Red+Green+Blue) = 47+81+187=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F51BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F51BB is #D0AE44. Grayscale: #525252. Windows color (decimal): -13676101 or 12276015. OLE color: 12276015.

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

Color convert

RGB4781187-
CMYK0.750.5700.27
HSL225.43º59.83%45.88%-
HSV(B)225.43º74.87%73.33%-
XYZ13.0810.0848.27-
YUV82.92186.74102.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=14.92%
G=25.71%
B=59.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47811870.750.5700.27225.4359.8345.88
Hex2F51BB4B3901Be13c2e
Octal57121273113710333417456
Binary101111101000110111011100101111100101101111100001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,81,187); }

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

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

 a { background-color: rgb(47,81,187); }

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

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

 span { border-color: rgb(47,81,187); }

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