Html Css Color HEX #263EAB Persian Blue

📋 copy color: '#263EAB'

red 38 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #263EAB

Tints of Persian Blue #263EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 171 (67.19% from 255) = 63.1%

R = 14.02%
G = 22.88%
B = 63.1%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#263EAB (or 0x263EAB) is known color: Persian Blue. HEX triplet: 26, 3E and AB. RGB value is (38,62,171). Sum of RGB (Red+Green+Blue) = 38+62+171=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #263EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EAB is #D9C154. Grayscale: #424242. Windows color (decimal): -14270805 or 11222566. OLE color: 11222566.

HSL color Cylindrical-coordinate representation of color #263EAB: hue angle of 229.17º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263EAB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 62 171 -
CMYK 0.78 0.64 0 0.33
HSL 229.17º 0.64% 0.41% -
HSV(B) 229.17º 0.78% 0.67% -
XYZ 9.87 6.8 39.32 -
YUV 67.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 38 62 171 0.78 0.64 0 0.33 229.17 0.64 0.41
Hex 26 3E AB 4E 40 0 21 E5 40 29
Octal 46 76 253 116 100 0 41 345 100 51
Binary 100110 111110 10101011 1001110 1000000 0 100001 11100101 1000000 101001

Color Harmonies of #263EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EAB

Black with #263EAB

Text Example


Text Example

White with #263EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,62,171); }

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

background-color css

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

 a { background-color: rgb(38,62,171); }

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

border-color css

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

 span { border-color: rgb(38,62,171); }

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