Html Css Color HEX #2629AA Persian Blue

📋 copy color: '#2629AA'

red 38 ◦ green 41 ◦ blue 170

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

Shades of Persian Blue #2629AA

Tints of Persian Blue #2629AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 15.26%
G = 16.47%
B = 68.27%

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

#2629AA (or 0x2629AA) is known color: Persian Blue. HEX triplet: 26, 29 and AA. RGB value is (38,41,170). Sum of RGB (Red+Green+Blue) = 38+41+170=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #2629AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2629AA is #D9D655. Grayscale: #363636. Windows color (decimal): -14276182 or 11151654. OLE color: 11151654.

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

Color convert

RGB 38 41 170 -
CMYK 0.78 0.76 0 0.33
HSL 238.64º 0.63% 0.41% -
HSV(B) 238.64º 0.78% 0.67% -
XYZ 8.85 4.9 38.51 -
YUV 54.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 38 41 170 0.78 0.76 0 0.33 238.64 0.63 0.41
Hex 26 29 AA 4E 4C 0 21 EF 3F 29
Octal 46 51 252 116 114 0 41 357 77 51
Binary 100110 101001 10101010 1001110 1001100 0 100001 11101111 111111 101001

Color Harmonies of #2629AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629AA

Black with #2629AA

Text Example


Text Example

White with #2629AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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