Html Css Color HEX #2629AB Persian Blue

📋 copy color: '#2629AB'

red 38 ◦ green 41 ◦ blue 171

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

Shades of Persian Blue #2629AB

Tints of Persian Blue #2629AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 15.2%
G = 16.4%
B = 68.4%

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

#2629AB (or 0x2629AB) is known color: Persian Blue. HEX triplet: 26, 29 and AB. RGB value is (38,41,171). Sum of RGB (Red+Green+Blue) = 38+41+171=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #2629AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2629AB is #D9D654. Grayscale: #363636. Windows color (decimal): -14276181 or 11217190. OLE color: 11217190.

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

Color convert

RGB 38 41 171 -
CMYK 0.78 0.76 0 0.33
HSL 238.65º 0.64% 0.41% -
HSV(B) 238.65º 0.78% 0.67% -
XYZ 8.94 4.94 39.01 -
YUV 54.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 38 41 171 0.78 0.76 0 0.33 238.65 0.64 0.41
Hex 26 29 AB 4E 4C 0 21 EF 40 29
Octal 46 51 253 116 114 0 41 357 100 51
Binary 100110 101001 10101011 1001110 1001100 0 100001 11101111 1000000 101001

Color Harmonies of #2629AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629AB

Black with #2629AB

Text Example


Text Example

White with #2629AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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