#3460C1

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

Shades of Cerulean Blue #3460C1

Tints of Cerulean Blue #3460C1

Color information

#3460C1 (or 0x3460C1) is unknown color: approx Cerulean Blue. HEX triplet: 34, 60 and C1. RGB value is (52,96,193). Sum of RGB (Red+Green+Blue) = 52+96+193=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #3460C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3460C1 is #CB9F3E. Grayscale: #5D5D5D. Windows color (decimal): -13344575 or 12673076. OLE color: 12673076.

HSL color Cylindrical-coordinate representation of color #3460C1: hue angle of 221.28º 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 #3460C1 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5296193-
CMYK0.730.5000.24
HSL221.28º57.55%48.04%-
HSV(B)221.28º73.06%75.69%-
XYZ15.2212.9552.15-
YUV93.9183.9298.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 193 (75.78% from 255) = 56.60%
R=15.25%
G=28.15%
B=56.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52961930.730.5000.24221.2857.5548.04
Hex3460C14932018dd3a30
Octal64140301111620303357260
Binary110100110000011000001100100111001001100011011101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3460C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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