Html Css Color HEX #2939AA Persian Blue

📋 copy color: '#2939AA'

red 41 ◦ green 57 ◦ blue 170

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

Shades of Persian Blue #2939AA

Tints of Persian Blue #2939AA

RGB

 RED value IS 41 (16.41% from 255) = 15.3%

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 15.3%
G = 21.27%
B = 63.43%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2939AA (or 0x2939AA) is known color: Persian Blue. HEX triplet: 29, 39 and AA. RGB value is (41,57,170). Sum of RGB (Red+Green+Blue) = 41+57+170=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #2939AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2939AA is #D6C655. Grayscale: #404040. Windows color (decimal): -14075478 or 11155753. OLE color: 11155753.

HSL color Cylindrical-coordinate representation of color #2939AA: hue angle of 232.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2939AA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 57 170 -
CMYK 0.76 0.66 0 0.33
HSL 232.56º 0.61% 0.41% -
HSV(B) 232.56º 0.76% 0.67% -
XYZ 9.63 6.3 38.74 -
YUV 65.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 41 57 170 0.76 0.66 0 0.33 232.56 0.61 0.41
Hex 29 39 AA 4C 42 0 21 E9 3D 29
Octal 51 71 252 114 102 0 41 351 75 51
Binary 101001 111001 10101010 1001100 1000010 0 100001 11101001 111101 101001

Color Harmonies of #2939AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2939AA

Black with #2939AA

Text Example


Text Example

White with #2939AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2939AA; }

 p { color: rgb(41,57,170); }

 H1.HeaderClassName
 {
   color: #2939AA;
 }
 .AnyTagClassName
 {
   color: #2939AA;
 }
</style>

background-color css

<style>
 a { background-color: #2939AA; }

 a { background-color: rgb(41,57,170); }

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

border-color css

<style>
 span { border-color: #2939AA; }

 span { border-color: rgb(41,57,170); }

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