Html Css Color HEX #2640AB Persian Blue

📋 copy color: '#2640AB'

red 38 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2640AB

Tints of Persian Blue #2640AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 13.92%
G = 23.44%
B = 62.64%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2640AB (or 0x2640AB) is known color: Persian Blue. HEX triplet: 26, 40 and AB. RGB value is (38,64,171). Sum of RGB (Red+Green+Blue) = 38+64+171=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2640AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2640AB is #D9BF54. Grayscale: #434343. Windows color (decimal): -14270293 or 11223078. OLE color: 11223078.

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

Color convert

RGB 38 64 171 -
CMYK 0.78 0.63 0 0.33
HSL 228.27º 0.64% 0.41% -
HSV(B) 228.27º 0.78% 0.67% -
XYZ 9.98 7.02 39.36 -
YUV 68.42 185.89 106.3 -
System Red Green Blue C M Y K H S L
Decimal 38 64 171 0.78 0.63 0 0.33 228.27 0.64 0.41
Hex 26 40 AB 4E 3F 0 21 E4 40 29
Octal 46 100 253 116 77 0 41 344 100 51
Binary 100110 1000000 10101011 1001110 111111 0 100001 11100100 1000000 101001

Color Harmonies of #2640AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2640AB

Black with #2640AB

Text Example


Text Example

White with #2640AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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