#263DAA

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

Shades of Persian Blue #263DAA

Tints of Persian Blue #263DAA

Color information

#263DAA (or 0x263DAA) is unknown color: approx Persian Blue. HEX triplet: 26, 3D and AA. RGB value is (38,61,170). Sum of RGB (Red+Green+Blue) = 38+61+170=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #263DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DAA is #D9C255. Grayscale: #424242. Windows color (decimal): -14271062 or 11156774. OLE color: 11156774.

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

Color convert

RGB3861170-
CMYK0.780.6400.33
HSL229.55º63.46%40.78%-
HSV(B)229.55º77.65%66.67%-
XYZ9.726.6538.8-
YUV66.55186.38107.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=14.13%
G=22.68%
B=63.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal38611700.780.6400.33229.5563.4640.78
Hex263DAA4E40021e63f29
Octal46752521161000413467751
Binary1001101111011010101010011101000000010000111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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