Html Css Color HEX #2A3FAE Persian Blue

📋 copy color: '#2A3FAE'

red 42 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #2A3FAE

Tints of Persian Blue #2A3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

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

R = 15.05%
G = 22.58%
B = 62.37%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A3FAE (or 0x2A3FAE) is known color: Persian Blue. HEX triplet: 2A, 3F and AE. RGB value is (42,63,174). Sum of RGB (Red+Green+Blue) = 42+63+174=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3FAE is #D5C051. Grayscale: #444444. Windows color (decimal): -14008402 or 11419434. OLE color: 11419434.

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

Color convert

RGB 42 63 174 -
CMYK 0.76 0.64 0 0.32
HSL 230.45º 0.61% 0.42% -
HSV(B) 230.45º 0.76% 0.68% -
XYZ 10.37 7.1 40.87 -
YUV 69.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 42 63 174 0.76 0.64 0 0.32 230.45 0.61 0.42
Hex 2A 3F AE 4C 40 0 20 E6 3D 2A
Octal 52 77 256 114 100 0 40 346 75 52
Binary 101010 111111 10101110 1001100 1000000 0 100000 11100110 111101 101010

Color Harmonies of #2A3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3FAE

Black with #2A3FAE

Text Example


Text Example

White with #2A3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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