#265AAE

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

Shades of Cerulean Blue #265AAE

Tints of Cerulean Blue #265AAE

Color information

#265AAE (or 0x265AAE) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5A and AE. RGB value is (38,90,174). Sum of RGB (Red+Green+Blue) = 38+90+174=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #265AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AAE is #D9A551. Grayscale: #535353. Windows color (decimal): -14263634 or 11426342. OLE color: 11426342.

HSL color Cylindrical-coordinate representation of color #265AAE: hue angle of 217.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265AAE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3890174-
CMYK0.780.4800.32
HSL217.06º64.15%41.57%-
HSV(B)217.06º78.16%68.24%-
XYZ12.110.7841.49-
YUV84.03178.7795.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=12.58%
G=29.80%
B=57.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38901740.780.4800.32217.0664.1541.57
Hex265AAE4E30020d9402a
Octal461322561166004033110052
Binary10011010110101010111010011101100000100000110110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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