Html Css Color HEX #263BE2 Persian Blue

📋 copy color: '#263BE2'

red 38 ◦ green 59 ◦ blue 226

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

Shades of Persian Blue #263BE2

Tints of Persian Blue #263BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 69.97%

R = 11.76%
G = 18.27%
B = 69.97%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#263BE2 (or 0x263BE2) is known color: Persian Blue. HEX triplet: 26, 3B and E2. RGB value is (38,59,226). Sum of RGB (Red+Green+Blue) = 38+59+226=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #263BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BE2 is #D9C41D. Grayscale: #474747. Windows color (decimal): -14271518 or 14826278. OLE color: 14826278.

HSL color Cylindrical-coordinate representation of color #263BE2: hue angle of 233.3º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263BE2 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 38 59 226 -
CMYK 0.83 0.74 0 0.11
HSL 233.3º 0.76% 0.52% -
HSV(B) 233.3º 0.83% 0.89% -
XYZ 16.09 9.03 72.85 -
YUV 71.76 215.04 103.92 -
System Red Green Blue C M Y K H S L
Decimal 38 59 226 0.83 0.74 0 0.11 233.3 0.76 0.52
Hex 26 3B E2 53 4A 0 B E9 4C 34
Octal 46 73 342 123 112 0 13 351 114 64
Binary 100110 111011 11100010 1010011 1001010 0 1011 11101001 1001100 110100

Color Harmonies of #263BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263BE2

Black with #263BE2

Text Example


Text Example

White with #263BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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