Html Css Color HEX #263BE7 Persian Blue

📋 copy color: '#263BE7'

red 38 ◦ green 59 ◦ blue 231

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

Shades of Persian Blue #263BE7

Tints of Persian Blue #263BE7

RGB

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

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

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

R = 11.59%
G = 17.99%
B = 70.43%

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

#263BE7 (or 0x263BE7) is known color: Persian Blue. HEX triplet: 26, 3B and E7. RGB value is (38,59,231). Sum of RGB (Red+Green+Blue) = 38+59+231=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #263BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263BE7 is #D9C418. Grayscale: #474747. Windows color (decimal): -14271513 or 15153958. OLE color: 15153958.

HSL color Cylindrical-coordinate representation of color #263BE7: hue angle of 233.47º 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 #263BE7 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 38 59 231 -
CMYK 0.84 0.74 0 0.09
HSL 233.47º 0.8% 0.53% -
HSV(B) 233.47º 0.84% 0.91% -
XYZ 16.79 9.31 76.51 -
YUV 72.33 217.54 103.51 -
System Red Green Blue C M Y K H S L
Decimal 38 59 231 0.84 0.74 0 0.09 233.47 0.8 0.53
Hex 26 3B E7 54 4A 0 9 E9 50 35
Octal 46 73 347 124 112 0 11 351 120 65
Binary 100110 111011 11100111 1010100 1001010 0 1001 11101001 1010000 110101

Color Harmonies of #263BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BE7

Black with #263BE7

Text Example


Text Example

White with #263BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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