Html Css Color HEX #2A40BE Persian Blue

📋 copy color: '#2A40BE'

red 42 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #2A40BE

Tints of Persian Blue #2A40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 14.19%
G = 21.62%
B = 64.19%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2A40BE (or 0x2A40BE) is known color: Persian Blue. HEX triplet: 2A, 40 and BE. RGB value is (42,64,190). Sum of RGB (Red+Green+Blue) = 42+64+190=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40BE is #D5BF41. Grayscale: #474747. Windows color (decimal): -14008130 or 12468266. OLE color: 12468266.

HSL color Cylindrical-coordinate representation of color #2A40BE: hue angle of 231.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A40BE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 64 190 -
CMYK 0.78 0.66 0 0.25
HSL 231.08º 0.64% 0.45% -
HSV(B) 231.08º 0.78% 0.75% -
XYZ 12.08 7.88 49.6 -
YUV 71.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 42 64 190 0.78 0.66 0 0.25 231.08 0.64 0.45
Hex 2A 40 BE 4E 42 0 19 E7 40 2D
Octal 52 100 276 116 102 0 31 347 100 55
Binary 101010 1000000 10111110 1001110 1000010 0 11001 11100111 1000000 101101

Color Harmonies of #2A40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A40BE

Black with #2A40BE

Text Example


Text Example

White with #2A40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,64,190); }

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

background-color css

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

 a { background-color: rgb(42,64,190); }

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

border-color css

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

 span { border-color: rgb(42,64,190); }

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