Html Css Color HEX #263BC6 Persian Blue

📋 copy color: '#263BC6'

red 38 ◦ green 59 ◦ blue 198

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

Shades of Persian Blue #263BC6

Tints of Persian Blue #263BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.12%

R = 12.88%
G = 20%
B = 67.12%

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

#263BC6 (or 0x263BC6) is known color: Persian Blue. HEX triplet: 26, 3B and C6. RGB value is (38,59,198). Sum of RGB (Red+Green+Blue) = 38+59+198=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #263BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BC6 is #D9C439. Grayscale: #434343. Windows color (decimal): -14271546 or 12991270. OLE color: 12991270.

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

Color convert

RGB 38 59 198 -
CMYK 0.81 0.70 0 0.22
HSL 232.13º 0.68% 0.46% -
HSV(B) 232.13º 0.81% 0.78% -
XYZ 12.56 7.62 54.23 -
YUV 68.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 38 59 198 0.81 0.70 0 0.22 232.13 0.68 0.46
Hex 26 3B C6 51 46 0 16 E8 44 2E
Octal 46 73 306 121 106 0 26 350 104 56
Binary 100110 111011 11000110 1010001 1000110 0 10110 11101000 1000100 101110

Color Harmonies of #263BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BC6

Black with #263BC6

Text Example


Text Example

White with #263BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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