#3664C1

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

Shades of Cerulean Blue #3664C1

Tints of Cerulean Blue #3664C1

Color information

#3664C1 (or 0x3664C1) is unknown color: approx Cerulean Blue. HEX triplet: 36, 64 and C1. RGB value is (54,100,193). Sum of RGB (Red+Green+Blue) = 54+100+193=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 193 (75.78% from 255 or 55.62% from 347); Max value from RGB is 193 - color contains mainly: blue. Hex color #3664C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664C1 is #C99B3E. Grayscale: #606060. Windows color (decimal): -13212479 or 12674102. OLE color: 12674102.

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

Color convert

RGB54100193-
CMYK0.720.4800.24
HSL220.14º56.28%48.43%-
HSV(B)220.14º72.02%75.69%-
XYZ15.713.7552.28-
YUV96.85182.2697.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 193 (75.78% from 255) = 55.62%
R=15.56%
G=28.82%
B=55.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal541001930.720.4800.24220.1456.2848.43
Hex3664C14830018dc3830
Octal66144301110600303347060
Binary110110110010011000001100100011000001100011011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3664C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,100,193); }

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

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

 a { background-color: rgb(54,100,193); }

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

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

 span { border-color: rgb(54,100,193); }

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