#3450C4

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

Shades of Cerulean Blue #3450C4

Tints of Cerulean Blue #3450C4

Color information

#3450C4 (or 0x3450C4) is unknown color: approx Cerulean Blue. HEX triplet: 34, 50 and C4. RGB value is (52,80,196). Sum of RGB (Red+Green+Blue) = 52+80+196=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #3450C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3450C4 is #CBAF3B. Grayscale: #545454. Windows color (decimal): -13348668 or 12865588. OLE color: 12865588.

HSL color Cylindrical-coordinate representation of color #3450C4: hue angle of 228.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3450C4 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5280196-
CMYK0.730.5900.23
HSL228.33º58.06%48.63%-
HSV(B)228.33º73.47%76.86%-
XYZ14.2510.4553.49-
YUV84.85190.72104.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 196 (76.95% from 255) = 59.76%
R=15.85%
G=24.39%
B=59.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52801960.730.5900.23228.3358.0648.63
Hex3450C4493B017e43a31
Octal64120304111730273447261
Binary110100101000011000100100100111101101011111100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3450C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3450C4; }

 p { color: rgb(52,80,196); }

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

<style>
 a { background-color: #3450C4; }

 a { background-color: rgb(52,80,196); }

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

<style>
 span { border-color: #3450C4; }

 span { border-color: rgb(52,80,196); }

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