#2655BF

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

Shades of Cerulean Blue #2655BF

Tints of Cerulean Blue #2655BF

Color information

#2655BF (or 0x2655BF) is unknown color: approx Cerulean Blue. HEX triplet: 26, 55 and BF. RGB value is (38,85,191). Sum of RGB (Red+Green+Blue) = 38+85+191=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #2655BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2655BF is #D9AA40. Grayscale: #525252. Windows color (decimal): -14264897 or 12539174. OLE color: 12539174.

HSL color Cylindrical-coordinate representation of color #2655BF: hue angle of 221.57º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2655BF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3885191-
CMYK0.800.5500.25
HSL221.57º66.81%44.9%-
HSV(B)221.57º80.1%74.9%-
XYZ13.4510.6750.64-
YUV83.03188.9395.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 191 (75% from 255) = 60.83%
R=12.10%
G=27.07%
B=60.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38851910.800.5500.25221.5766.8144.9
Hex2655BF5037019de432d
Octal461252771206703133610355
Binary1001101010101101111111010000110111011001110111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2655BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,85,191); }

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

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

 a { background-color: rgb(38,85,191); }

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

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

 span { border-color: rgb(38,85,191); }

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