#2654AA

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

Shades of Cerulean Blue #2654AA

Tints of Cerulean Blue #2654AA

Color information

#2654AA (or 0x2654AA) is unknown color: approx Cerulean Blue. HEX triplet: 26, 54 and AA. RGB value is (38,84,170). Sum of RGB (Red+Green+Blue) = 38+84+170=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #2654AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2654AA is #D9AB55. Grayscale: #4F4F4F. Windows color (decimal): -14265174 or 11162662. OLE color: 11162662.

HSL color Cylindrical-coordinate representation of color #2654AA: hue angle of 219.09º degrees, saturation: 0.63, 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 #2654AA is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3884170-
CMYK0.780.5100.33
HSL219.09º63.46%40.78%-
HSV(B)219.09º77.65%66.67%-
XYZ11.239.6539.3-
YUV80.05178.7698.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=13.01%
G=28.77%
B=58.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38841700.780.5100.33219.0963.4640.78
Hex2654AA4E33021db3f29
Octal46124252116630413337751
Binary1001101010100101010101001110110011010000111011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2654AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2654AA; }

 p { color: rgb(38,84,170); }

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

<style>
 a { background-color: #2654AA; }

 a { background-color: rgb(38,84,170); }

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

<style>
 span { border-color: #2654AA; }

 span { border-color: rgb(38,84,170); }

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