Html Css Color HEX #263BC9 Persian Blue

📋 copy color: '#263BC9'

red 38 ◦ green 59 ◦ blue 201

#263BC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #263BC9

Tints of Persian Blue #263BC9

RGB

 RED value IS 38 (15.23% from 255) = 12.75%

 GREEN value IS 59 (23.44% from 255) = 19.8%

 BLUE value IS 201 (78.91% from 255) = 67.45%

R = 12.75%
G = 19.8%
B = 67.45%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#263BC9 (or 0x263BC9) is known color: Persian Blue. HEX triplet: 26, 3B and C9. RGB value is (38,59,201). Sum of RGB (Red+Green+Blue) = 38+59+201=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #263BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BC9 is #D9C436. Grayscale: #444444. Windows color (decimal): -14271543 or 13187878. OLE color: 13187878.

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

Color convert

RGB 38 59 201 -
CMYK 0.81 0.71 0 0.21
HSL 232.27º 0.68% 0.47% -
HSV(B) 232.27º 0.81% 0.79% -
XYZ 12.91 7.76 56.08 -
YUV 68.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 38 59 201 0.81 0.71 0 0.21 232.27 0.68 0.47
Hex 26 3B C9 51 47 0 15 E8 44 2F
Octal 46 73 311 121 107 0 25 350 104 57
Binary 100110 111011 11001001 1010001 1000111 0 10101 11101000 1000100 101111

Color Harmonies of #263BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BC9

Black with #263BC9

Text Example


Text Example

White with #263BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #263BC9;
 }
 .AnyTagClassName
 {
   color: #263BC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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