Html Css Color HEX #2642AB Persian Blue

📋 copy color: '#2642AB'

red 38 ◦ green 66 ◦ blue 171

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

Shades of Persian Blue #2642AB

Tints of Persian Blue #2642AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 13.82%
G = 24%
B = 62.18%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2642AB (or 0x2642AB) is known color: Persian Blue. HEX triplet: 26, 42 and AB. RGB value is (38,66,171). Sum of RGB (Red+Green+Blue) = 38+66+171=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #2642AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2642AB is #D9BD54. Grayscale: #454545. Windows color (decimal): -14269781 or 11223590. OLE color: 11223590.

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

Color convert

RGB 38 66 171 -
CMYK 0.78 0.61 0 0.33
HSL 227.37º 0.64% 0.41% -
HSV(B) 227.37º 0.78% 0.67% -
XYZ 10.1 7.25 39.4 -
YUV 69.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 38 66 171 0.78 0.61 0 0.33 227.37 0.64 0.41
Hex 26 42 AB 4E 3D 0 21 E3 40 29
Octal 46 102 253 116 75 0 41 343 100 51
Binary 100110 1000010 10101011 1001110 111101 0 100001 11100011 1000000 101001

Color Harmonies of #2642AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642AB

Black with #2642AB

Text Example


Text Example

White with #2642AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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