#3664BF

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

Shades of Cerulean Blue #3664BF

Tints of Cerulean Blue #3664BF

Color information

#3664BF (or 0x3664BF) is unknown color: approx Cerulean Blue. HEX triplet: 36, 64 and BF. RGB value is (54,100,191). Sum of RGB (Red+Green+Blue) = 54+100+191=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #3664BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3664BF is #C99B40. Grayscale: #606060. Windows color (decimal): -13212481 or 12543030. OLE color: 12543030.

HSL color Cylindrical-coordinate representation of color #3664BF: hue angle of 219.85º 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 #3664BF is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB54100191-
CMYK0.720.4800.25
HSL219.85º55.92%48.04%-
HSV(B)219.85º71.73%74.9%-
XYZ15.4813.6651.11-
YUV96.62181.2697.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 191 (75% from 255) = 55.36%
R=15.65%
G=28.99%
B=55.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541001910.720.4800.25219.8555.9248.04
Hex3664BF4830019dc3830
Octal66144277110600313347060
Binary110110110010010111111100100011000001100111011100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3664BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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