Html Css Color HEX #2A2FAE Persian Blue

📋 copy color: '#2A2FAE'

red 42 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #2A2FAE

Tints of Persian Blue #2A2FAE

RGB

 RED value IS 42 (16.8% from 255) = 15.97%

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 15.97%
G = 17.87%
B = 66.16%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A2FAE (or 0x2A2FAE) is known color: Persian Blue. HEX triplet: 2A, 2F and AE. RGB value is (42,47,174). Sum of RGB (Red+Green+Blue) = 42+47+174=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2FAE is #D5D051. Grayscale: #3B3B3B. Windows color (decimal): -14012498 or 11415338. OLE color: 11415338.

HSL color Cylindrical-coordinate representation of color #2A2FAE: hue angle of 237.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2FAE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 47 174 -
CMYK 0.76 0.73 0 0.32
HSL 237.73º 0.61% 0.42% -
HSV(B) 237.73º 0.76% 0.68% -
XYZ 9.61 5.58 40.62 -
YUV 59.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 42 47 174 0.76 0.73 0 0.32 237.73 0.61 0.42
Hex 2A 2F AE 4C 49 0 20 EE 3D 2A
Octal 52 57 256 114 111 0 40 356 75 52
Binary 101010 101111 10101110 1001100 1001001 0 100000 11101110 111101 101010

Color Harmonies of #2A2FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2FAE

Black with #2A2FAE

Text Example


Text Example

White with #2A2FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2FAE; }

 p { color: rgb(42,47,174); }

 H1.HeaderClassName
 {
   color: #2A2FAE;
 }
 .AnyTagClassName
 {
   color: #2A2FAE;
 }
</style>

background-color css

<style>
 a { background-color: #2A2FAE; }

 a { background-color: rgb(42,47,174); }

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

border-color css

<style>
 span { border-color: #2A2FAE; }

 span { border-color: rgb(42,47,174); }

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