Html Css Color HEX #263BC7 Persian Blue

📋 copy color: '#263BC7'

red 38 ◦ green 59 ◦ blue 199

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

Shades of Persian Blue #263BC7

Tints of Persian Blue #263BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 67.23%

R = 12.84%
G = 19.93%
B = 67.23%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#263BC7 (or 0x263BC7) is known color: Persian Blue. HEX triplet: 26, 3B and C7. RGB value is (38,59,199). Sum of RGB (Red+Green+Blue) = 38+59+199=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #263BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BC7 is #D9C438. Grayscale: #444444. Windows color (decimal): -14271545 or 13056806. OLE color: 13056806.

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

Color convert

RGB 38 59 199 -
CMYK 0.81 0.70 0 0.22
HSL 232.17º 0.68% 0.46% -
HSV(B) 232.17º 0.81% 0.78% -
XYZ 12.67 7.66 54.84 -
YUV 68.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 38 59 199 0.81 0.70 0 0.22 232.17 0.68 0.46
Hex 26 3B C7 51 46 0 16 E8 44 2E
Octal 46 73 307 121 106 0 26 350 104 56
Binary 100110 111011 11000111 1010001 1000110 0 10110 11101000 1000100 101110

Color Harmonies of #263BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BC7

Black with #263BC7

Text Example


Text Example

White with #263BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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