#2650AB

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

Shades of Cerulean Blue #2650AB

Tints of Cerulean Blue #2650AB

Color information

#2650AB (or 0x2650AB) is unknown color: approx Cerulean Blue. HEX triplet: 26, 50 and AB. RGB value is (38,80,171). Sum of RGB (Red+Green+Blue) = 38+80+171=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2650AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2650AB is #D9AF54. Grayscale: #4D4D4D. Windows color (decimal): -14266197 or 11227174. OLE color: 11227174.

HSL color Cylindrical-coordinate representation of color #2650AB: hue angle of 221.05º 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 #2650AB is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3880171-
CMYK0.780.5300.33
HSL221.05º63.64%40.98%-
HSV(B)221.05º77.78%67.06%-
XYZ11.029.0939.7-
YUV77.82180.5999.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=13.15%
G=27.68%
B=59.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38801710.780.5300.33221.0563.6440.98
Hex2650AB4E35021dd4029
Octal461202531166504133510051
Binary10011010100001010101110011101101010100001110111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2650AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2650AB; }

 p { color: rgb(38,80,171); }

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

<style>
 a { background-color: #2650AB; }

 a { background-color: rgb(38,80,171); }

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

<style>
 span { border-color: #2650AB; }

 span { border-color: rgb(38,80,171); }

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