#2652AC

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

Shades of Cerulean Blue #2652AC

Tints of Cerulean Blue #2652AC

Color information

#2652AC (or 0x2652AC) is unknown color: approx Cerulean Blue. HEX triplet: 26, 52 and AC. RGB value is (38,82,172). Sum of RGB (Red+Green+Blue) = 38+82+172=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2652AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2652AC is #D9AD53. Grayscale: #4E4E4E. Windows color (decimal): -14265684 or 11293222. OLE color: 11293222.

HSL color Cylindrical-coordinate representation of color #2652AC: hue angle of 220.3º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2652AC is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3882172-
CMYK0.780.5200.33
HSL220.3º63.81%41.18%-
HSV(B)220.3º77.91%67.45%-
XYZ11.269.4340.26-
YUV79.1180.4298.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=13.01%
G=28.08%
B=58.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38821720.780.5200.33220.363.8141.18
Hex2652AC4E34021dc4029
Octal461222541166404133410051
Binary10011010100101010110010011101101000100001110111001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2652AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2652AC; }

 p { color: rgb(38,82,172); }

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

<style>
 a { background-color: #2652AC; }

 a { background-color: rgb(38,82,172); }

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

<style>
 span { border-color: #2652AC; }

 span { border-color: rgb(38,82,172); }

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