#3451BF

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

Shades of Cerulean Blue #3451BF

Tints of Cerulean Blue #3451BF

Color information

#3451BF (or 0x3451BF) is unknown color: approx Cerulean Blue. HEX triplet: 34, 51 and BF. RGB value is (52,81,191). Sum of RGB (Red+Green+Blue) = 52+81+191=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #3451BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3451BF is #CBAE40. Grayscale: #545454. Windows color (decimal): -13348417 or 12538164. OLE color: 12538164.

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

Color convert

RGB5281191-
CMYK0.730.5800.25
HSL227.48º57.2%47.65%-
HSV(B)227.48º72.77%74.9%-
XYZ13.7610.3850.57-
YUV84.87187.89104.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 191 (75% from 255) = 58.95%
R=16.05%
G=25%
B=58.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52811910.730.5800.25227.4857.247.65
Hex3451BF493A019e33930
Octal64121277111720313437160
Binary110100101000110111111100100111101001100111100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3451BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,81,191); }

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

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

 a { background-color: rgb(52,81,191); }

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

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

 span { border-color: rgb(52,81,191); }

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