#265AB3

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

Shades of Cerulean Blue #265AB3

Tints of Cerulean Blue #265AB3

Color information

#265AB3 (or 0x265AB3) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5A and B3. RGB value is (38,90,179). Sum of RGB (Red+Green+Blue) = 38+90+179=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #265AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265AB3 is #D9A54C. Grayscale: #545454. Windows color (decimal): -14263629 or 11754022. OLE color: 11754022.

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

Color convert

RGB3890179-
CMYK0.790.5000.30
HSL217.87º64.98%42.55%-
HSV(B)217.87º78.77%70.2%-
XYZ12.5910.9844.1-
YUV84.6181.2794.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 179 (70.31% from 255) = 58.31%
R=12.38%
G=29.32%
B=58.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38901790.790.5000.30217.8764.9842.55
Hex265AB34F3201Eda412b
Octal461322631176203633210153
Binary1001101011010101100111001111110010011110110110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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