Html Css Color HEX #2A34AE Persian Blue

📋 copy color: '#2A34AE'

red 42 ◦ green 52 ◦ blue 174

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

Shades of Persian Blue #2A34AE

Tints of Persian Blue #2A34AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 15.67%
G = 19.4%
B = 64.93%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A34AE (or 0x2A34AE) is known color: Persian Blue. HEX triplet: 2A, 34 and AE. RGB value is (42,52,174). Sum of RGB (Red+Green+Blue) = 42+52+174=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A34AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A34AE is #D5CB51. Grayscale: #3E3E3E. Windows color (decimal): -14011218 or 11416618. OLE color: 11416618.

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

Color convert

RGB 42 52 174 -
CMYK 0.76 0.70 0 0.32
HSL 235.45º 0.61% 0.42% -
HSV(B) 235.45º 0.76% 0.68% -
XYZ 9.82 6 40.69 -
YUV 62.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 42 52 174 0.76 0.70 0 0.32 235.45 0.61 0.42
Hex 2A 34 AE 4C 46 0 20 EB 3D 2A
Octal 52 64 256 114 106 0 40 353 75 52
Binary 101010 110100 10101110 1001100 1000110 0 100000 11101011 111101 101010

Color Harmonies of #2A34AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A34AE

Black with #2A34AE

Text Example


Text Example

White with #2A34AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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