Html Css Color HEX #2642AA Persian Blue

📋 copy color: '#2642AA'

red 38 ◦ green 66 ◦ blue 170

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

Shades of Persian Blue #2642AA

Tints of Persian Blue #2642AA

RGB

 RED value IS 38 (15.23% from 255) = 13.87%

 GREEN value IS 66 (26.17% from 255) = 24.09%

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

R = 13.87%
G = 24.09%
B = 62.04%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2642AA (or 0x2642AA) is known color: Persian Blue. HEX triplet: 26, 42 and AA. RGB value is (38,66,170). Sum of RGB (Red+Green+Blue) = 38+66+170=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #2642AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2642AA is #D9BD55. Grayscale: #454545. Windows color (decimal): -14269782 or 11158054. OLE color: 11158054.

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

Color convert

RGB 38 66 170 -
CMYK 0.78 0.61 0 0.33
HSL 227.27º 0.63% 0.41% -
HSV(B) 227.27º 0.78% 0.67% -
XYZ 10 7.21 38.89 -
YUV 69.48 184.72 105.54 -
System Red Green Blue C M Y K H S L
Decimal 38 66 170 0.78 0.61 0 0.33 227.27 0.63 0.41
Hex 26 42 AA 4E 3D 0 21 E3 3F 29
Octal 46 102 252 116 75 0 41 343 77 51
Binary 100110 1000010 10101010 1001110 111101 0 100001 11100011 111111 101001

Color Harmonies of #2642AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642AA

Black with #2642AA

Text Example


Text Example

White with #2642AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,66,170); }

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

background-color css

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

 a { background-color: rgb(38,66,170); }

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

border-color css

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

 span { border-color: rgb(38,66,170); }

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