Html Css Color HEX #2A2EBC Persian Blue

📋 copy color: '#2A2EBC'

red 42 ◦ green 46 ◦ blue 188

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

Shades of Persian Blue #2A2EBC

Tints of Persian Blue #2A2EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.67%

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

R = 15.22%
G = 16.67%
B = 68.12%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2A2EBC (or 0x2A2EBC) is known color: Persian Blue. HEX triplet: 2A, 2E and BC. RGB value is (42,46,188). Sum of RGB (Red+Green+Blue) = 42+46+188=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2EBC is #D5D143. Grayscale: #3C3C3C. Windows color (decimal): -14012740 or 12332586. OLE color: 12332586.

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

Color convert

RGB 42 46 188 -
CMYK 0.78 0.76 0 0.26
HSL 238.36º 0.63% 0.45% -
HSV(B) 238.36º 0.78% 0.74% -
XYZ 11.01 6.08 48.17 -
YUV 60.99 199.67 114.45 -
System Red Green Blue C M Y K H S L
Decimal 42 46 188 0.78 0.76 0 0.26 238.36 0.63 0.45
Hex 2A 2E BC 4E 4C 0 1A EE 3F 2D
Octal 52 56 274 116 114 0 32 356 77 55
Binary 101010 101110 10111100 1001110 1001100 0 11010 11101110 111111 101101

Color Harmonies of #2A2EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2EBC

Black with #2A2EBC

Text Example


Text Example

White with #2A2EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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