#263FBF

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

Shades of Persian Blue #263FBF

Tints of Persian Blue #263FBF

Color information

#263FBF (or 0x263FBF) is unknown color: approx Persian Blue. HEX triplet: 26, 3F and BF. RGB value is (38,63,191). Sum of RGB (Red+Green+Blue) = 38+63+191=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #263FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FBF is #D9C040. Grayscale: #454545. Windows color (decimal): -14270529 or 12533542. OLE color: 12533542.

HSL color Cylindrical-coordinate representation of color #263FBF: hue angle of 230.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263FBF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3863191-
CMYK0.800.6700.25
HSL230.2º66.81%44.9%-
HSV(B)230.2º80.1%74.9%-
XYZ11.987.7350.15-
YUV70.12196.22105.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 191 (75% from 255) = 65.41%
R=13.01%
G=21.58%
B=65.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38631910.800.6700.25230.266.8144.9
Hex263FBF5043019e6432d
Octal467727712010303134610355
Binary1001101111111011111110100001000011011001111001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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