#2653BB

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

Shades of Cerulean Blue #2653BB

Tints of Cerulean Blue #2653BB

Color information

#2653BB (or 0x2653BB) is unknown color: approx Cerulean Blue. HEX triplet: 26, 53 and BB. RGB value is (38,83,187). Sum of RGB (Red+Green+Blue) = 38+83+187=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #2653BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2653BB is #D9AC44. Grayscale: #505050. Windows color (decimal): -14265413 or 12276518. OLE color: 12276518.

HSL color Cylindrical-coordinate representation of color #2653BB: hue angle of 221.88º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2653BB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3883187-
CMYK0.800.5600.27
HSL221.88º66.22%44.12%-
HSV(B)221.88º79.68%73.33%-
XYZ12.8610.1948.3-
YUV81.4187.5997.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=12.34%
G=26.95%
B=60.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38831870.800.5600.27221.8866.2244.12
Hex2653BB503801Bde422c
Octal461232731207003333610254
Binary1001101010011101110111010000111000011011110111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2653BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2653BB; }

 p { color: rgb(38,83,187); }

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

<style>
 a { background-color: #2653BB; }

 a { background-color: rgb(38,83,187); }

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

<style>
 span { border-color: #2653BB; }

 span { border-color: rgb(38,83,187); }

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