Html Css Color HEX #2240AA Persian Blue

📋 copy color: '#2240AA'

red 34 ◦ green 64 ◦ blue 170

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

Shades of Persian Blue #2240AA

Tints of Persian Blue #2240AA

RGB

 RED value IS 34 (13.67% from 255) = 12.69%

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

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

R = 12.69%
G = 23.88%
B = 63.43%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2240AA (or 0x2240AA) is known color: Persian Blue. HEX triplet: 22, 40 and AA. RGB value is (34,64,170). Sum of RGB (Red+Green+Blue) = 34+64+170=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 64 (25.39% from 255 or 23.88% 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 #2240AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2240AA is #DDBF55. Grayscale: #424242. Windows color (decimal): -14532438 or 11157538. OLE color: 11157538.

HSL color Cylindrical-coordinate representation of color #2240AA: hue angle of 226.76º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2240AA is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 64 170 -
CMYK 0.80 0.62 0 0.33
HSL 226.76º 0.67% 0.4% -
HSV(B) 226.76º 0.8% 0.67% -
XYZ 9.75 6.91 38.85 -
YUV 67.11 186.06 104.38 -
System Red Green Blue C M Y K H S L
Decimal 34 64 170 0.80 0.62 0 0.33 226.76 0.67 0.4
Hex 22 40 AA 50 3E 0 21 E3 43 28
Octal 42 100 252 120 76 0 41 343 103 50
Binary 100010 1000000 10101010 1010000 111110 0 100001 11100011 1000011 101000

Color Harmonies of #2240AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2240AA

Black with #2240AA

Text Example


Text Example

White with #2240AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,64,170); }

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

background-color css

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

 a { background-color: rgb(34,64,170); }

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

border-color css

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

 span { border-color: rgb(34,64,170); }

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