#265AA8

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

Shades of Cerulean Blue #265AA8

Tints of Cerulean Blue #265AA8

Color information

#265AA8 (or 0x265AA8) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5A and A8. RGB value is (38,90,168). Sum of RGB (Red+Green+Blue) = 38+90+168=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #265AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AA8 is #D9A557. Grayscale: #525252. Windows color (decimal): -14263640 or 11033126. OLE color: 11033126.

HSL color Cylindrical-coordinate representation of color #265AA8: hue angle of 216º 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 #265AA8 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3890168-
CMYK0.770.4600.34
HSL216º63.11%40.39%-
HSV(B)216º77.38%65.88%-
XYZ11.5210.5538.48-
YUV83.34175.7795.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 168 (66.02% from 255) = 56.76%
R=12.84%
G=30.41%
B=56.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38901680.770.4600.3421663.1140.39
Hex265AA84D2E022d83f28
Octal46132250115560423307750
Binary1001101011010101010001001101101110010001011011000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265AA8; }

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

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

<style>
 a { background-color: #265AA8; }

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

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

<style>
 span { border-color: #265AA8; }

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

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