Html Css Color HEX #2A30AE Persian Blue

📋 copy color: '#2A30AE'

red 42 ◦ green 48 ◦ blue 174

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

Shades of Persian Blue #2A30AE

Tints of Persian Blue #2A30AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 15.91%
G = 18.18%
B = 65.91%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A30AE (or 0x2A30AE) is known color: Persian Blue. HEX triplet: 2A, 30 and AE. RGB value is (42,48,174). Sum of RGB (Red+Green+Blue) = 42+48+174=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A30AE is #D5CF51. Grayscale: #3C3C3C. Windows color (decimal): -14012242 or 11415594. OLE color: 11415594.

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

Color convert

RGB 42 48 174 -
CMYK 0.76 0.72 0 0.32
HSL 237.27º 0.61% 0.42% -
HSV(B) 237.27º 0.76% 0.68% -
XYZ 9.65 5.66 40.63 -
YUV 60.57 192.01 114.75 -
System Red Green Blue C M Y K H S L
Decimal 42 48 174 0.76 0.72 0 0.32 237.27 0.61 0.42
Hex 2A 30 AE 4C 48 0 20 ED 3D 2A
Octal 52 60 256 114 110 0 40 355 75 52
Binary 101010 110000 10101110 1001100 1001000 0 100000 11101101 111101 101010

Color Harmonies of #2A30AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A30AE

Black with #2A30AE

Text Example


Text Example

White with #2A30AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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