Html Css Color HEX #262AAD Persian Blue

📋 copy color: '#262AAD'

red 38 ◦ green 42 ◦ blue 173

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

Shades of Persian Blue #262AAD

Tints of Persian Blue #262AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

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

R = 15.02%
G = 16.6%
B = 68.38%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#262AAD (or 0x262AAD) is known color: Persian Blue. HEX triplet: 26, 2A and AD. RGB value is (38,42,173). Sum of RGB (Red+Green+Blue) = 38+42+173=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #262AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262AAD is #D9D552. Grayscale: #373737. Windows color (decimal): -14275923 or 11348518. OLE color: 11348518.

HSL color Cylindrical-coordinate representation of color #262AAD: hue angle of 238.22º 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 #262AAD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 42 173 -
CMYK 0.78 0.76 0 0.32
HSL 238.22º 0.64% 0.41% -
HSV(B) 238.22º 0.78% 0.68% -
XYZ 9.17 5.09 40.03 -
YUV 55.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 38 42 173 0.78 0.76 0 0.32 238.22 0.64 0.41
Hex 26 2A AD 4E 4C 0 20 EE 40 29
Octal 46 52 255 116 114 0 40 356 100 51
Binary 100110 101010 10101101 1001110 1001100 0 100000 11101110 1000000 101001

Color Harmonies of #262AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262AAD

Black with #262AAD

Text Example


Text Example

White with #262AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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