#3351B1

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

Shades of Cerulean Blue #3351B1

Tints of Cerulean Blue #3351B1

Color information

#3351B1 (or 0x3351B1) is unknown color: approx Cerulean Blue. HEX triplet: 33, 51 and B1. RGB value is (51,81,177). Sum of RGB (Red+Green+Blue) = 51+81+177=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #3351B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3351B1 is #CCAE4E. Grayscale: #525252. Windows color (decimal): -13413967 or 11620659. OLE color: 11620659.

HSL color Cylindrical-coordinate representation of color #3351B1: hue angle of 225.71º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3351B1 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5181177-
CMYK0.710.5400.31
HSL225.71º55.26%44.71%-
HSV(B)225.71º71.19%69.41%-
XYZ12.249.7642.83-
YUV82.97181.06105.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=16.50%
G=26.21%
B=57.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51811770.710.5400.31225.7155.2644.71
Hex3351B1473601Fe2372d
Octal63121261107660373426755
Binary110011101000110110001100011111011001111111100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3351B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3351B1; }

 p { color: rgb(51,81,177); }

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

<style>
 a { background-color: #3351B1; }

 a { background-color: rgb(51,81,177); }

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

<style>
 span { border-color: #3351B1; }

 span { border-color: rgb(51,81,177); }

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