#263AAA

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

Shades of Persian Blue #263AAA

Tints of Persian Blue #263AAA

Color information

#263AAA (or 0x263AAA) is unknown color: approx Persian Blue. HEX triplet: 26, 3A and AA. RGB value is (38,58,170). Sum of RGB (Red+Green+Blue) = 38+58+170=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #263AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AAA is #D9C555. Grayscale: #404040. Windows color (decimal): -14271830 or 11156006. OLE color: 11156006.

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

Color convert

RGB3858170-
CMYK0.780.6600.33
HSL230.91º63.46%40.78%-
HSV(B)230.91º77.65%66.67%-
XYZ9.576.3438.75-
YUV64.79187.37108.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 170 (66.80% from 255) = 63.91%
R=14.29%
G=21.80%
B=63.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38581700.780.6600.33230.9163.4640.78
Hex263AAA4E42021e73f29
Octal46722521161020413477751
Binary1001101110101010101010011101000010010000111100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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