#3660C2

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

Shades of Cerulean Blue #3660C2

Tints of Cerulean Blue #3660C2

Color information

#3660C2 (or 0x3660C2) is unknown color: approx Cerulean Blue. HEX triplet: 36, 60 and C2. RGB value is (54,96,194). Sum of RGB (Red+Green+Blue) = 54+96+194=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 194 (76.17% from 255 or 56.40% from 344); Max value from RGB is 194 - color contains mainly: blue. Hex color #3660C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3660C2 is #C99F3D. Grayscale: #5E5E5E. Windows color (decimal): -13213502 or 12738614. OLE color: 12738614.

HSL color Cylindrical-coordinate representation of color #3660C2: hue angle of 222º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3660C2 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5496194-
CMYK0.720.5100.24
HSL222º56.45%48.63%-
HSV(B)222º72.16%76.08%-
XYZ15.4413.0552.74-
YUV94.61184.0999.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 194 (76.17% from 255) = 56.40%
R=15.70%
G=27.91%
B=56.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal54961940.720.5100.2422256.4548.63
Hex3660C24833018de3831
Octal66140302110630303367061
Binary110110110000011000010100100011001101100011011110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3660C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3660C2; }

 p { color: rgb(54,96,194); }

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

<style>
 a { background-color: #3660C2; }

 a { background-color: rgb(54,96,194); }

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

<style>
 span { border-color: #3660C2; }

 span { border-color: rgb(54,96,194); }

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