#263BAA

Color #263BAA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #263BAA

Tints of Persian Blue #263BAA

Color information

#263BAA (or 0x263BAA) is unknown color: approx Persian Blue. HEX triplet: 26, 3B and AA. RGB value is (38,59,170). Sum of RGB (Red+Green+Blue) = 38+59+170=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #263BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAA is #D9C455. Grayscale: #404040. Windows color (decimal): -14271574 or 11156262. OLE color: 11156262.

HSL color Cylindrical-coordinate representation of color #263BAA: hue angle of 230.45º degrees, saturation: 0.63, 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 #263BAA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3859170-
CMYK0.780.6500.33
HSL230.45º63.46%40.78%-
HSV(B)230.45º77.65%66.67%-
XYZ9.626.4438.77-
YUV65.38187.04108.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 170 (66.80% from 255) = 63.67%
R=14.23%
G=22.10%
B=63.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38591700.780.6500.33230.4563.4640.78
Hex263BAA4E41021e63f29
Octal46732521161010413467751
Binary1001101110111010101010011101000001010000111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263BAA; }

 p { color: rgb(38,59,170); }

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

<style>
 a { background-color: #263BAA; }

 a { background-color: rgb(38,59,170); }

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

<style>
 span { border-color: #263BAA; }

 span { border-color: rgb(38,59,170); }

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