#3051AB

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

Shades of Cerulean Blue #3051AB

Tints of Cerulean Blue #3051AB

Color information

#3051AB (or 0x3051AB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 51 and AB. RGB value is (48,81,171). Sum of RGB (Red+Green+Blue) = 48+81+171=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #3051AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3051AB is #CFAE54. Grayscale: #515151. Windows color (decimal): -13610581 or 11227440. OLE color: 11227440.

HSL color Cylindrical-coordinate representation of color #3051AB: hue angle of 223.9º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3051AB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4881171-
CMYK0.720.5300.33
HSL223.9º56.16%42.94%-
HSV(B)223.9º71.93%67.06%-
XYZ11.519.4539.75-
YUV81.39178.57104.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 171 (67.19% from 255) = 57%
R=16%
G=27%
B=57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48811710.720.5300.33223.956.1642.94
Hex3051AB4835021e0382b
Octal60121253110650413407053
Binary1100001010001101010111001000110101010000111100000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3051AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3051AB; }

 p { color: rgb(48,81,171); }

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

<style>
 a { background-color: #3051AB; }

 a { background-color: rgb(48,81,171); }

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

<style>
 span { border-color: #3051AB; }

 span { border-color: rgb(48,81,171); }

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