#263BCD

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

Shades of Persian Blue #263BCD

Tints of Persian Blue #263BCD

Color information

#263BCD (or 0x263BCD) is unknown color: approx Persian Blue. HEX triplet: 26, 3B and CD. RGB value is (38,59,205). Sum of RGB (Red+Green+Blue) = 38+59+205=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #263BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BCD is #D9C432. Grayscale: #444444. Windows color (decimal): -14271539 or 13450022. OLE color: 13450022.

HSL color Cylindrical-coordinate representation of color #263BCD: hue angle of 232.46º 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 #263BCD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3859205-
CMYK0.810.7100.20
HSL232.46º68.72%47.65%-
HSV(B)232.46º81.46%80.39%-
XYZ13.387.9558.59-
YUV69.36204.54105.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 205 (80.47% from 255) = 67.88%
R=12.58%
G=19.54%
B=67.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38592050.810.7100.20232.4668.7247.65
Hex263BCD5147014e84530
Octal467331512110702435010560
Binary1001101110111100110110100011000111010100111010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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