#263FC4

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

Shades of Persian Blue #263FC4

Tints of Persian Blue #263FC4

Color information

#263FC4 (or 0x263FC4) is unknown color: approx Persian Blue. HEX triplet: 26, 3F and C4. RGB value is (38,63,196). Sum of RGB (Red+Green+Blue) = 38+63+196=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 196 (76.95% from 255 or 65.99% from 297); Max value from RGB is 196 - color contains mainly: blue. Hex color #263FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FC4 is #D9C03B. Grayscale: #464646. Windows color (decimal): -14270524 or 12861222. OLE color: 12861222.

HSL color Cylindrical-coordinate representation of color #263FC4: hue angle of 230.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263FC4 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3863196-
CMYK0.810.6800.23
HSL230.51º67.52%45.88%-
HSV(B)230.51º80.61%76.86%-
XYZ12.547.9553.1-
YUV70.69198.72104.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 196 (76.95% from 255) = 65.99%
R=12.79%
G=21.21%
B=65.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38631960.810.6800.23230.5167.5245.88
Hex263FC45144017e7442e
Octal467730412110402734710456
Binary1001101111111100010010100011000100010111111001111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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