#2550AE

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

Shades of Cerulean Blue #2550AE

Tints of Cerulean Blue #2550AE

Color information

#2550AE (or 0x2550AE) is unknown color: approx Cerulean Blue. HEX triplet: 25, 50 and AE. RGB value is (37,80,174). Sum of RGB (Red+Green+Blue) = 37+80+174=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #2550AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2550AE is #DAAF51. Grayscale: #4D4D4D. Windows color (decimal): -14331730 or 11423781. OLE color: 11423781.

HSL color Cylindrical-coordinate representation of color #2550AE: hue angle of 221.17º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2550AE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3780174-
CMYK0.790.5400.32
HSL221.17º64.93%41.37%-
HSV(B)221.17º78.74%68.24%-
XYZ11.279.1941.22-
YUV77.86182.2598.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=12.71%
G=27.49%
B=59.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37801740.790.5400.32221.1764.9341.37
Hex2550AE4F36020dd4129
Octal451202561176604033510151
Binary10010110100001010111010011111101100100000110111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2550AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2550AE; }

 p { color: rgb(37,80,174); }

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

<style>
 a { background-color: #2550AE; }

 a { background-color: rgb(37,80,174); }

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

<style>
 span { border-color: #2550AE; }

 span { border-color: rgb(37,80,174); }

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