#2657BC

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

Shades of Cerulean Blue #2657BC

Tints of Cerulean Blue #2657BC

Color information

#2657BC (or 0x2657BC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 57 and BC. RGB value is (38,87,188). Sum of RGB (Red+Green+Blue) = 38+87+188=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2657BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2657BC is #D9A843. Grayscale: #535353. Windows color (decimal): -14264388 or 12343078. OLE color: 12343078.

HSL color Cylindrical-coordinate representation of color #2657BC: hue angle of 220.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2657BC is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3887188-
CMYK0.800.5400.26
HSL220.4º66.37%44.31%-
HSV(B)220.4º79.79%73.73%-
XYZ13.2810.8648.97-
YUV83.86186.7795.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=12.14%
G=27.80%
B=60.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38871880.800.5400.26220.466.3744.31
Hex2657BC503601Adc422c
Octal461272741206603233410254
Binary1001101010111101111001010000110110011010110111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2657BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2657BC; }

 p { color: rgb(38,87,188); }

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

<style>
 a { background-color: #2657BC; }

 a { background-color: rgb(38,87,188); }

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

<style>
 span { border-color: #2657BC; }

 span { border-color: rgb(38,87,188); }

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