#263FAE

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

Shades of Persian Blue #263FAE

Tints of Persian Blue #263FAE

Color information

#263FAE (or 0x263FAE) is unknown color: approx Persian Blue. HEX triplet: 26, 3F and AE. RGB value is (38,63,174). Sum of RGB (Red+Green+Blue) = 38+63+174=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #263FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAE is #D9C051. Grayscale: #434343. Windows color (decimal): -14270546 or 11419430. OLE color: 11419430.

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

Color convert

RGB3863174-
CMYK0.780.6400.32
HSL228.97º64.15%41.57%-
HSV(B)228.97º78.16%68.24%-
XYZ10.227.0240.86-
YUV68.18187.72106.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=13.82%
G=22.91%
B=63.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38631740.780.6400.32228.9764.1541.57
Hex263FAE4E40020e5402a
Octal467725611610004034510052
Binary10011011111110101110100111010000000100000111001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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