#265AB2

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

Shades of Cerulean Blue #265AB2

Tints of Cerulean Blue #265AB2

Color information

#265AB2 (or 0x265AB2) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5A and B2. RGB value is (38,90,178). Sum of RGB (Red+Green+Blue) = 38+90+178=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #265AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265AB2 is #D9A54D. Grayscale: #545454. Windows color (decimal): -14263630 or 11688486. OLE color: 11688486.

HSL color Cylindrical-coordinate representation of color #265AB2: hue angle of 217.71º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265AB2 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3890178-
CMYK0.790.4900.30
HSL217.71º64.81%42.35%-
HSV(B)217.71º78.65%69.8%-
XYZ12.4910.9443.57-
YUV84.48180.7794.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 178 (69.92% from 255) = 58.17%
R=12.42%
G=29.41%
B=58.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38901780.790.4900.30217.7164.8142.35
Hex265AB24F3101Eda412a
Octal461322621176103633210152
Binary1001101011010101100101001111110001011110110110101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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