#2250A5

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

Shades of Cerulean Blue #2250A5

Tints of Cerulean Blue #2250A5

Color information

#2250A5 (or 0x2250A5) is unknown color: approx Cerulean Blue. HEX triplet: 22, 50 and A5. RGB value is (34,80,165). Sum of RGB (Red+Green+Blue) = 34+80+165=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #2250A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250A5 is #DDAF5A. Grayscale: #4B4B4B. Windows color (decimal): -14528347 or 10833954. OLE color: 10833954.

HSL color Cylindrical-coordinate representation of color #2250A5: hue angle of 218.93º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2250A5 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3480165-
CMYK0.790.5200.35
HSL218.93º65.83%39.02%-
HSV(B)218.93º79.39%64.71%-
XYZ10.328.7936.75-
YUV75.94178.2698.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 165 (64.84% from 255) = 59.14%
R=12.19%
G=28.67%
B=59.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal34801650.790.5200.35218.9365.8339.02
Hex2250A54F34023db4227
Octal421202451176404333310247
Binary10001010100001010010110011111101000100011110110111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2250A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2250A5; }

 p { color: rgb(34,80,165); }

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

<style>
 a { background-color: #2250A5; }

 a { background-color: rgb(34,80,165); }

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

<style>
 span { border-color: #2250A5; }

 span { border-color: rgb(34,80,165); }

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