#3354BF

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

Shades of Cerulean Blue #3354BF

Tints of Cerulean Blue #3354BF

Color information

#3354BF (or 0x3354BF) is unknown color: approx Cerulean Blue. HEX triplet: 33, 54 and BF. RGB value is (51,84,191). Sum of RGB (Red+Green+Blue) = 51+84+191=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #3354BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354BF is #CCAB40. Grayscale: #555555. Windows color (decimal): -13413185 or 12538931. OLE color: 12538931.

HSL color Cylindrical-coordinate representation of color #3354BF: hue angle of 225.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3354BF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5184191-
CMYK0.730.5600.25
HSL225.86º57.85%47.45%-
HSV(B)225.86º73.3%74.9%-
XYZ13.9410.8150.64-
YUV86.33187.07102.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 191 (75% from 255) = 58.59%
R=15.64%
G=25.77%
B=58.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51841910.730.5600.25225.8657.8547.45
Hex3354BF4938019e23a2f
Octal63124277111700313427257
Binary110011101010010111111100100111100001100111100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3354BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3354BF; }

 p { color: rgb(51,84,191); }

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

<style>
 a { background-color: #3354BF; }

 a { background-color: rgb(51,84,191); }

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

<style>
 span { border-color: #3354BF; }

 span { border-color: rgb(51,84,191); }

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