#2250AF

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

Shades of Cerulean Blue #2250AF

Tints of Cerulean Blue #2250AF

Color information

#2250AF (or 0x2250AF) is unknown color: approx Cerulean Blue. HEX triplet: 22, 50 and AF. RGB value is (34,80,175). Sum of RGB (Red+Green+Blue) = 34+80+175=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #2250AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250AF is #DDAF50. Grayscale: #4C4C4C. Windows color (decimal): -14528337 or 11489314. OLE color: 11489314.

HSL color Cylindrical-coordinate representation of color #2250AF: hue angle of 220.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2250AF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3480175-
CMYK0.810.5400.31
HSL220.43º67.46%40.98%-
HSV(B)220.43º80.57%68.63%-
XYZ11.279.1741.73-
YUV77.08183.2697.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=11.76%
G=27.68%
B=60.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34801750.810.5400.31220.4367.4640.98
Hex2250AF513601Fdc4329
Octal421202571216603733410351
Binary1000101010000101011111010001110110011111110111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2250AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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