Html Css Color HEX #2629AC Persian Blue

📋 copy color: '#2629AC'

red 38 ◦ green 41 ◦ blue 172

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

Shades of Persian Blue #2629AC

Tints of Persian Blue #2629AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 15.14%
G = 16.33%
B = 68.53%

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

#2629AC (or 0x2629AC) is known color: Persian Blue. HEX triplet: 26, 29 and AC. RGB value is (38,41,172). Sum of RGB (Red+Green+Blue) = 38+41+172=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #2629AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2629AC is #D9D653. Grayscale: #363636. Windows color (decimal): -14276180 or 11282726. OLE color: 11282726.

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

Color convert

RGB 38 41 172 -
CMYK 0.78 0.76 0 0.33
HSL 238.66º 0.64% 0.41% -
HSV(B) 238.66º 0.78% 0.67% -
XYZ 9.04 4.98 39.51 -
YUV 55.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 38 41 172 0.78 0.76 0 0.33 238.66 0.64 0.41
Hex 26 29 AC 4E 4C 0 21 EF 40 29
Octal 46 51 254 116 114 0 41 357 100 51
Binary 100110 101001 10101100 1001110 1001100 0 100001 11101111 1000000 101001

Color Harmonies of #2629AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629AC

Black with #2629AC

Text Example


Text Example

White with #2629AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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