#3452C1

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

Shades of Cerulean Blue #3452C1

Tints of Cerulean Blue #3452C1

Color information

#3452C1 (or 0x3452C1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 52 and C1. RGB value is (52,82,193). Sum of RGB (Red+Green+Blue) = 52+82+193=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #3452C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3452C1 is #CBAD3E. Grayscale: #555555. Windows color (decimal): -13348159 or 12669492. OLE color: 12669492.

HSL color Cylindrical-coordinate representation of color #3452C1: hue angle of 227.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3452C1 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5282193-
CMYK0.730.5800.24
HSL227.23º57.55%48.04%-
HSV(B)227.23º73.06%75.69%-
XYZ14.0610.6151.76-
YUV85.68188.56103.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=15.90%
G=25.08%
B=59.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52821930.730.5800.24227.2357.5548.04
Hex3452C1493A018e33a30
Octal64122301111720303437260
Binary110100101001011000001100100111101001100011100011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3452C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3452C1; }

 p { color: rgb(52,82,193); }

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

<style>
 a { background-color: #3452C1; }

 a { background-color: rgb(52,82,193); }

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

<style>
 span { border-color: #3452C1; }

 span { border-color: rgb(52,82,193); }

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