#263BCA

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

Shades of Persian Blue #263BCA

Tints of Persian Blue #263BCA

Color information

#263BCA (or 0x263BCA) is unknown color: approx Persian Blue. HEX triplet: 26, 3B and CA. RGB value is (38,59,202). Sum of RGB (Red+Green+Blue) = 38+59+202=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #263BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BCA is #D9C435. Grayscale: #444444. Windows color (decimal): -14271542 or 13253414. OLE color: 13253414.

HSL color Cylindrical-coordinate representation of color #263BCA: hue angle of 232.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263BCA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3859202-
CMYK0.810.7100.21
HSL232.32º68.33%47.06%-
HSV(B)232.32º81.19%79.22%-
XYZ13.027.856.7-
YUV69.02203.04105.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=12.71%
G=19.73%
B=67.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38592020.810.7100.21232.3268.3347.06
Hex263BCA5147015e8442f
Octal467331212110702535010457
Binary1001101110111100101010100011000111010101111010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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