Html Css Color HEX #2A40BC Persian Blue

📋 copy color: '#2A40BC'

red 42 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #2A40BC

Tints of Persian Blue #2A40BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 14.29%
G = 21.77%
B = 63.95%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A40BC (or 0x2A40BC) is known color: Persian Blue. HEX triplet: 2A, 40 and BC. RGB value is (42,64,188). Sum of RGB (Red+Green+Blue) = 42+64+188=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40BC is #D5BF43. Grayscale: #474747. Windows color (decimal): -14008132 or 12337194. OLE color: 12337194.

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

Color convert

RGB 42 64 188 -
CMYK 0.78 0.66 0 0.26
HSL 230.96º 0.63% 0.45% -
HSV(B) 230.96º 0.78% 0.74% -
XYZ 11.87 7.79 48.46 -
YUV 71.56 193.71 106.92 -
System Red Green Blue C M Y K H S L
Decimal 42 64 188 0.78 0.66 0 0.26 230.96 0.63 0.45
Hex 2A 40 BC 4E 42 0 1A E7 3F 2D
Octal 52 100 274 116 102 0 32 347 77 55
Binary 101010 1000000 10111100 1001110 1000010 0 11010 11100111 111111 101101

Color Harmonies of #2A40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A40BC

Black with #2A40BC

Text Example


Text Example

White with #2A40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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