Html Css Color HEX #261EAE Persian Blue

📋 copy color: '#261EAE'

red 38 ◦ green 30 ◦ blue 174

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

Shades of Persian Blue #261EAE

Tints of Persian Blue #261EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 174 (68.36% from 255) = 71.9%

R = 15.7%
G = 12.4%
B = 71.9%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#261EAE (or 0x261EAE) is known color: Persian Blue. HEX triplet: 26, 1E and AE. RGB value is (38,30,174). Sum of RGB (Red+Green+Blue) = 38+30+174=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #261EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261EAE is #D9E151. Grayscale: #303030. Windows color (decimal): -14278994 or 11410982. OLE color: 11410982.

HSL color Cylindrical-coordinate representation of color #261EAE: hue angle of 243.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261EAE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 30 174 -
CMYK 0.78 0.83 0 0.32
HSL 243.33º 0.71% 0.4% -
HSV(B) 243.33º 0.83% 0.68% -
XYZ 8.9 4.4 40.42 -
YUV 48.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 38 30 174 0.78 0.83 0 0.32 243.33 0.71 0.4
Hex 26 1E AE 4E 53 0 20 F3 47 28
Octal 46 36 256 116 123 0 40 363 107 50
Binary 100110 11110 10101110 1001110 1010011 0 100000 11110011 1000111 101000

Color Harmonies of #261EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261EAE

Black with #261EAE

Text Example


Text Example

White with #261EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261EAE; }

 p { color: rgb(38,30,174); }

 H1.HeaderClassName
 {
   color: #261EAE;
 }
 .AnyTagClassName
 {
   color: #261EAE;
 }
</style>

background-color css

<style>
 a { background-color: #261EAE; }

 a { background-color: rgb(38,30,174); }

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

border-color css

<style>
 span { border-color: #261EAE; }

 span { border-color: rgb(38,30,174); }

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