#2648A8

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

Shades of Cerulean Blue #2648A8

Tints of Cerulean Blue #2648A8

Color information

#2648A8 (or 0x2648A8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 48 and A8. RGB value is (38,72,168). Sum of RGB (Red+Green+Blue) = 38+72+168=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 168 (66.02% from 255 or 60.43% from 278); Max value from RGB is 168 - color contains mainly: blue. Hex color #2648A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2648A8 is #D9B757. Grayscale: #484848. Windows color (decimal): -14268248 or 11028518. OLE color: 11028518.

HSL color Cylindrical-coordinate representation of color #2648A8: hue angle of 224.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2648A8 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3872168-
CMYK0.770.5700.34
HSL224.31º63.11%40.39%-
HSV(B)224.31º77.38%65.88%-
XYZ10.187.8738.03-
YUV72.78181.74103.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 168 (66.02% from 255) = 60.43%
R=13.67%
G=25.90%
B=60.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38721680.770.5700.34224.3163.1140.39
Hex2648A84D39022e03f28
Octal46110250115710423407750
Binary1001101001000101010001001101111001010001011100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2648A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2648A8; }

 p { color: rgb(38,72,168); }

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

<style>
 a { background-color: #2648A8; }

 a { background-color: rgb(38,72,168); }

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

<style>
 span { border-color: #2648A8; }

 span { border-color: rgb(38,72,168); }

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