Html Css Color HEX #263CC8 Persian Blue

📋 copy color: '#263CC8'

red 38 ◦ green 60 ◦ blue 200

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

Shades of Persian Blue #263CC8

Tints of Persian Blue #263CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 200 (78.52% from 255) = 67.11%

R = 12.75%
G = 20.13%
B = 67.11%

CMYK

 C value IS 0.81

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#263CC8 (or 0x263CC8) is known color: Persian Blue. HEX triplet: 26, 3C and C8. RGB value is (38,60,200). Sum of RGB (Red+Green+Blue) = 38+60+200=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 200 (78.52% from 255 or 67.11% from 298); Max value from RGB is 200 - color contains mainly: blue. Hex color #263CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CC8 is #D9C337. Grayscale: #444444. Windows color (decimal): -14271288 or 13122598. OLE color: 13122598.

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

Color convert

RGB 38 60 200 -
CMYK 0.81 0.7 0 0.22
HSL 231.85º 0.68% 0.47% -
HSV(B) 231.85º 0.81% 0.78% -
XYZ 12.84 7.81 55.48 -
YUV 69.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 38 60 200 0.81 0.7 0 0.22 231.85 0.68 0.47
Hex 26 3C C8 51 46 0 16 E8 44 2F
Octal 46 74 310 121 106 0 26 350 104 57
Binary 100110 111100 11001000 1010001 1000110 0 10110 11101000 1000100 101111

Color Harmonies of #263CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CC8

Black with #263CC8

Text Example


Text Example

White with #263CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,200); }

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

background-color css

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

 a { background-color: rgb(38,60,200); }

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

border-color css

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

 span { border-color: rgb(38,60,200); }

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