#3664BE

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

Shades of Cerulean Blue #3664BE

Tints of Cerulean Blue #3664BE

Color information

#3664BE (or 0x3664BE) is unknown color: approx Cerulean Blue. HEX triplet: 36, 64 and BE. RGB value is (54,100,190). Sum of RGB (Red+Green+Blue) = 54+100+190=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3664BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664BE is #C99B41. Grayscale: #606060. Windows color (decimal): -13212482 or 12477494. OLE color: 12477494.

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

Color convert

RGB54100190-
CMYK0.720.4700.25
HSL219.71º55.74%47.84%-
HSV(B)219.71º71.58%74.51%-
XYZ15.3713.6250.53-
YUV96.51180.7697.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=15.70%
G=29.07%
B=55.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541001900.720.4700.25219.7155.7447.84
Hex3664BE482F019dc3830
Octal66144276110570313347060
Binary110110110010010111110100100010111101100111011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3664BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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