Html Css Color HEX #262DAD Persian Blue

📋 copy color: '#262DAD'

red 38 ◦ green 45 ◦ blue 173

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

Shades of Persian Blue #262DAD

Tints of Persian Blue #262DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

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

R = 14.84%
G = 17.58%
B = 67.58%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#262DAD (or 0x262DAD) is known color: Persian Blue. HEX triplet: 26, 2D and AD. RGB value is (38,45,173). Sum of RGB (Red+Green+Blue) = 38+45+173=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #262DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262DAD is #D9D252. Grayscale: #383838. Windows color (decimal): -14275155 or 11349286. OLE color: 11349286.

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

Color convert

RGB 38 45 173 -
CMYK 0.78 0.74 0 0.32
HSL 236.89º 0.64% 0.41% -
HSV(B) 236.89º 0.78% 0.68% -
XYZ 9.28 5.31 40.07 -
YUV 57.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 38 45 173 0.78 0.74 0 0.32 236.89 0.64 0.41
Hex 26 2D AD 4E 4A 0 20 ED 40 29
Octal 46 55 255 116 112 0 40 355 100 51
Binary 100110 101101 10101101 1001110 1001010 0 100000 11101101 1000000 101001

Color Harmonies of #262DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262DAD

Black with #262DAD

Text Example


Text Example

White with #262DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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