#263ACD

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

Shades of Persian Blue #263ACD

Tints of Persian Blue #263ACD

Color information

#263ACD (or 0x263ACD) is unknown color: approx Persian Blue. HEX triplet: 26, 3A and CD. RGB value is (38,58,205). Sum of RGB (Red+Green+Blue) = 38+58+205=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #263ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ACD is #D9C532. Grayscale: #444444. Windows color (decimal): -14271795 or 13449766. OLE color: 13449766.

HSL color Cylindrical-coordinate representation of color #263ACD: hue angle of 232.81º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263ACD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3858205-
CMYK0.810.7200.20
HSL232.81º68.72%47.65%-
HSV(B)232.81º81.46%80.39%-
XYZ13.337.8558.57-
YUV68.78204.87106.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=12.62%
G=19.27%
B=68.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38582050.810.7200.20232.8168.7247.65
Hex263ACD5148014e94530
Octal467231512111002435110560
Binary1001101110101100110110100011001000010100111010011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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