#3661BF

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

Shades of Cerulean Blue #3661BF

Tints of Cerulean Blue #3661BF

Color information

#3661BF (or 0x3661BF) is unknown color: approx Cerulean Blue. HEX triplet: 36, 61 and BF. RGB value is (54,97,191). Sum of RGB (Red+Green+Blue) = 54+97+191=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #3661BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3661BF is #C99E40. Grayscale: #5E5E5E. Windows color (decimal): -13213249 or 12542262. OLE color: 12542262.

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

Color convert

RGB5497191-
CMYK0.720.4900.25
HSL221.17º55.92%48.04%-
HSV(B)221.17º71.73%74.9%-
XYZ15.213.151.02-
YUV94.86182.2598.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 55.85%
R=15.79%
G=28.36%
B=55.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal54971910.720.4900.25221.1755.9248.04
Hex3661BF4831019dd3830
Octal66141277110610313357060
Binary110110110000110111111100100011000101100111011101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3661BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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