Html Css Color HEX #2A3BA4 Persian Blue

📋 copy color: '#2A3BA4'

red 42 ◦ green 59 ◦ blue 164

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

Shades of Persian Blue #2A3BA4

Tints of Persian Blue #2A3BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 164 (64.45% from 255) = 61.89%

R = 15.85%
G = 22.26%
B = 61.89%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2A3BA4 (or 0x2A3BA4) is known color: Persian Blue. HEX triplet: 2A, 3B and A4. RGB value is (42,59,164). Sum of RGB (Red+Green+Blue) = 42+59+164=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #2A3BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3BA4 is #D5C45B. Grayscale: #414141. Windows color (decimal): -14009436 or 10763050. OLE color: 10763050.

HSL color Cylindrical-coordinate representation of color #2A3BA4: hue angle of 231.64º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A3BA4 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 42 59 164 -
CMYK 0.74 0.64 0 0.36
HSL 231.64º 0.59% 0.4% -
HSV(B) 231.64º 0.74% 0.64% -
XYZ 9.22 6.3 35.85 -
YUV 65.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 42 59 164 0.74 0.64 0 0.36 231.64 0.59 0.4
Hex 2A 3B A4 4A 40 0 24 E8 3B 28
Octal 52 73 244 112 100 0 44 350 73 50
Binary 101010 111011 10100100 1001010 1000000 0 100100 11101000 111011 101000

Color Harmonies of #2A3BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3BA4

Black with #2A3BA4

Text Example


Text Example

White with #2A3BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,59,164); }

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

background-color css

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

 a { background-color: rgb(42,59,164); }

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

border-color css

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

 span { border-color: rgb(42,59,164); }

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