Html Css Color HEX #2628AA Persian Blue

📋 copy color: '#2628AA'

red 38 ◦ green 40 ◦ blue 170

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

Shades of Persian Blue #2628AA

Tints of Persian Blue #2628AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 15.32%
G = 16.13%
B = 68.55%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2628AA (or 0x2628AA) is known color: Persian Blue. HEX triplet: 26, 28 and AA. RGB value is (38,40,170). Sum of RGB (Red+Green+Blue) = 38+40+170=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #2628AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2628AA is #D9D755. Grayscale: #353535. Windows color (decimal): -14276438 or 11151398. OLE color: 11151398.

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

Color convert

RGB 38 40 170 -
CMYK 0.78 0.76 0 0.33
HSL 239.09º 0.63% 0.41% -
HSV(B) 239.09º 0.78% 0.67% -
XYZ 8.81 4.83 38.5 -
YUV 54.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 38 40 170 0.78 0.76 0 0.33 239.09 0.63 0.41
Hex 26 28 AA 4E 4C 0 21 EF 3F 29
Octal 46 50 252 116 114 0 41 357 77 51
Binary 100110 101000 10101010 1001110 1001100 0 100001 11101111 111111 101001

Color Harmonies of #2628AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628AA

Black with #2628AA

Text Example


Text Example

White with #2628AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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