#3460B1

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

Shades of Cerulean Blue #3460B1

Tints of Cerulean Blue #3460B1

Color information

#3460B1 (or 0x3460B1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 60 and B1. RGB value is (52,96,177). Sum of RGB (Red+Green+Blue) = 52+96+177=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 177 (69.53% from 255 or 54.46% from 325); Max value from RGB is 177 - color contains mainly: blue. Hex color #3460B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3460B1 is #CB9F4E. Grayscale: #5B5B5B. Windows color (decimal): -13344591 or 11624500. OLE color: 11624500.

HSL color Cylindrical-coordinate representation of color #3460B1: hue angle of 218.88º 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 #3460B1 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5296177-
CMYK0.710.4600.31
HSL218.88º54.59%44.9%-
HSV(B)218.88º70.62%69.41%-
XYZ13.5312.2743.25-
YUV92.08175.9299.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 177 (69.53% from 255) = 54.46%
R=16%
G=29.54%
B=54.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52961770.710.4600.31218.8854.5944.9
Hex3460B1472E01Fdb372d
Octal64140261107560373336755
Binary110100110000010110001100011110111001111111011011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3460B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,96,177); }

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

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

 a { background-color: rgb(52,96,177); }

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

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

 span { border-color: rgb(52,96,177); }

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