Html Css Color HEX #263AAD Persian Blue

📋 copy color: '#263AAD'

red 38 ◦ green 58 ◦ blue 173

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

Shades of Persian Blue #263AAD

Tints of Persian Blue #263AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 14.13%
G = 21.56%
B = 64.31%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#263AAD (or 0x263AAD) is known color: Persian Blue. HEX triplet: 26, 3A and AD. RGB value is (38,58,173). Sum of RGB (Red+Green+Blue) = 38+58+173=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #263AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AAD is #D9C552. Grayscale: #404040. Windows color (decimal): -14271827 or 11352614. OLE color: 11352614.

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

Color convert

RGB 38 58 173 -
CMYK 0.78 0.66 0 0.32
HSL 231.11º 0.64% 0.41% -
HSV(B) 231.11º 0.78% 0.68% -
XYZ 9.86 6.46 40.26 -
YUV 65.13 188.87 108.65 -
System Red Green Blue C M Y K H S L
Decimal 38 58 173 0.78 0.66 0 0.32 231.11 0.64 0.41
Hex 26 3A AD 4E 42 0 20 E7 40 29
Octal 46 72 255 116 102 0 40 347 100 51
Binary 100110 111010 10101101 1001110 1000010 0 100000 11100111 1000000 101001

Color Harmonies of #263AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AAD

Black with #263AAD

Text Example


Text Example

White with #263AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,58,173); }

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

background-color css

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

 a { background-color: rgb(38,58,173); }

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

border-color css

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

 span { border-color: rgb(38,58,173); }

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