Html Css Color HEX #2A3DAE Persian Blue

📋 copy color: '#2A3DAE'

red 42 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #2A3DAE

Tints of Persian Blue #2A3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

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

R = 15.16%
G = 22.02%
B = 62.82%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A3DAE (or 0x2A3DAE) is known color: Persian Blue. HEX triplet: 2A, 3D and AE. RGB value is (42,61,174). Sum of RGB (Red+Green+Blue) = 42+61+174=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3DAE is #D5C251. Grayscale: #434343. Windows color (decimal): -14008914 or 11418922. OLE color: 11418922.

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

Color convert

RGB 42 61 174 -
CMYK 0.76 0.65 0 0.32
HSL 231.36º 0.61% 0.42% -
HSV(B) 231.36º 0.76% 0.68% -
XYZ 10.26 6.89 40.83 -
YUV 68.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 42 61 174 0.76 0.65 0 0.32 231.36 0.61 0.42
Hex 2A 3D AE 4C 41 0 20 E7 3D 2A
Octal 52 75 256 114 101 0 40 347 75 52
Binary 101010 111101 10101110 1001100 1000001 0 100000 11100111 111101 101010

Color Harmonies of #2A3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3DAE

Black with #2A3DAE

Text Example


Text Example

White with #2A3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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