Html Css Color HEX #263CE7 Persian Blue

📋 copy color: '#263CE7'

red 38 ◦ green 60 ◦ blue 231

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

Shades of Persian Blue #263CE7

Tints of Persian Blue #263CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.21%

R = 11.55%
G = 18.24%
B = 70.21%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#263CE7 (or 0x263CE7) is known color: Persian Blue. HEX triplet: 26, 3C and E7. RGB value is (38,60,231). Sum of RGB (Red+Green+Blue) = 38+60+231=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #263CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263CE7 is #D9C318. Grayscale: #484848. Windows color (decimal): -14271257 or 15154214. OLE color: 15154214.

HSL color Cylindrical-coordinate representation of color #263CE7: hue angle of 233.16º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263CE7 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 38 60 231 -
CMYK 0.84 0.74 0 0.09
HSL 233.16º 0.8% 0.53% -
HSV(B) 233.16º 0.84% 0.91% -
XYZ 16.84 9.41 76.53 -
YUV 72.92 217.21 103.1 -
System Red Green Blue C M Y K H S L
Decimal 38 60 231 0.84 0.74 0 0.09 233.16 0.8 0.53
Hex 26 3C E7 54 4A 0 9 E9 50 35
Octal 46 74 347 124 112 0 11 351 120 65
Binary 100110 111100 11100111 1010100 1001010 0 1001 11101001 1010000 110101

Color Harmonies of #263CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CE7

Black with #263CE7

Text Example


Text Example

White with #263CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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