#2649B0

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

Shades of Cerulean Blue #2649B0

Tints of Cerulean Blue #2649B0

Color information

#2649B0 (or 0x2649B0) is unknown color: approx Cerulean Blue. HEX triplet: 26, 49 and B0. RGB value is (38,73,176). Sum of RGB (Red+Green+Blue) = 38+73+176=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #2649B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2649B0 is #D9B64F. Grayscale: #494949. Windows color (decimal): -14267984 or 11553062. OLE color: 11553062.

HSL color Cylindrical-coordinate representation of color #2649B0: hue angle of 224.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2649B0 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3873176-
CMYK0.780.5900.31
HSL224.78º64.49%41.96%-
HSV(B)224.78º78.41%69.02%-
XYZ11.028.3142.1-
YUV74.28185.4102.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=13.24%
G=25.44%
B=61.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38731760.780.5900.31224.7864.4941.96
Hex2649B04E3B01Fe1402a
Octal461112601167303734110052
Binary1001101001001101100001001110111011011111111000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2649B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2649B0; }

 p { color: rgb(38,73,176); }

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

<style>
 a { background-color: #2649B0; }

 a { background-color: rgb(38,73,176); }

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

<style>
 span { border-color: #2649B0; }

 span { border-color: rgb(38,73,176); }

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