Html Css Color HEX #2A3EDD Persian Blue

📋 copy color: '#2A3EDD'

red 42 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #2A3EDD

Tints of Persian Blue #2A3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.08%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 12.92%
G = 19.08%
B = 68%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A3EDD (or 0x2A3EDD) is known color: Persian Blue. HEX triplet: 2A, 3E and DD. RGB value is (42,62,221). Sum of RGB (Red+Green+Blue) = 42+62+221=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A3EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3EDD is #D5C122. Grayscale: #494949. Windows color (decimal): -14008611 or 14499370. OLE color: 14499370.

HSL color Cylindrical-coordinate representation of color #2A3EDD: hue angle of 233.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A3EDD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 62 221 -
CMYK 0.81 0.72 0 0.13
HSL 233.3º 0.72% 0.52% -
HSV(B) 233.3º 0.81% 0.87% -
XYZ 15.73 9.16 69.35 -
YUV 74.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 42 62 221 0.81 0.72 0 0.13 233.3 0.72 0.52
Hex 2A 3E DD 51 48 0 D E9 48 34
Octal 52 76 335 121 110 0 15 351 110 64
Binary 101010 111110 11011101 1010001 1001000 0 1101 11101001 1001000 110100

Color Harmonies of #2A3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3EDD

Black with #2A3EDD

Text Example


Text Example

White with #2A3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,62,221); }

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

background-color css

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

 a { background-color: rgb(42,62,221); }

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

border-color css

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

 span { border-color: rgb(42,62,221); }

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