Html Css Color HEX #2628AB Persian Blue

📋 copy color: '#2628AB'

red 38 ◦ green 40 ◦ blue 171

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

Shades of Persian Blue #2628AB

Tints of Persian Blue #2628AB

RGB

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

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

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

R = 15.26%
G = 16.06%
B = 68.67%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2628AB (or 0x2628AB) is known color: Persian Blue. HEX triplet: 26, 28 and AB. RGB value is (38,40,171). Sum of RGB (Red+Green+Blue) = 38+40+171=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #2628AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2628AB is #D9D754. Grayscale: #353535. Windows color (decimal): -14276437 or 11216934. OLE color: 11216934.

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

Color convert

RGB 38 40 171 -
CMYK 0.78 0.77 0 0.33
HSL 239.1º 0.64% 0.41% -
HSV(B) 239.1º 0.78% 0.67% -
XYZ 8.91 4.87 39 -
YUV 54.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 38 40 171 0.78 0.77 0 0.33 239.1 0.64 0.41
Hex 26 28 AB 4E 4D 0 21 EF 40 29
Octal 46 50 253 116 115 0 41 357 100 51
Binary 100110 101000 10101011 1001110 1001101 0 100001 11101111 1000000 101001

Color Harmonies of #2628AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2628AB

Black with #2628AB

Text Example


Text Example

White with #2628AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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