Html Css Color HEX #2638AB Persian Blue

📋 copy color: '#2638AB'

red 38 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #2638AB

Tints of Persian Blue #2638AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 14.34%
G = 21.13%
B = 64.53%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2638AB (or 0x2638AB) is known color: Persian Blue. HEX triplet: 26, 38 and AB. RGB value is (38,56,171). Sum of RGB (Red+Green+Blue) = 38+56+171=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #2638AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2638AB is #D9C754. Grayscale: #3F3F3F. Windows color (decimal): -14272341 or 11221030. OLE color: 11221030.

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

Color convert

RGB 38 56 171 -
CMYK 0.78 0.67 0 0.33
HSL 231.88º 0.64% 0.41% -
HSV(B) 231.88º 0.78% 0.67% -
XYZ 9.56 6.18 39.22 -
YUV 63.73 188.54 109.65 -
System Red Green Blue C M Y K H S L
Decimal 38 56 171 0.78 0.67 0 0.33 231.88 0.64 0.41
Hex 26 38 AB 4E 43 0 21 E8 40 29
Octal 46 70 253 116 103 0 41 350 100 51
Binary 100110 111000 10101011 1001110 1000011 0 100001 11101000 1000000 101001

Color Harmonies of #2638AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2638AB

Black with #2638AB

Text Example


Text Example

White with #2638AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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