Html Css Color HEX #2138AB Persian Blue

📋 copy color: '#2138AB'

red 33 ◦ green 56 ◦ blue 171

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

Shades of Persian Blue #2138AB

Tints of Persian Blue #2138AB

RGB

 RED value IS 33 (13.28% from 255) = 12.69%

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

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

R = 12.69%
G = 21.54%
B = 65.77%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2138AB (or 0x2138AB) is known color: Persian Blue. HEX triplet: 21, 38 and AB. RGB value is (33,56,171). Sum of RGB (Red+Green+Blue) = 33+56+171=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #2138AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2138AB is #DEC754. Grayscale: #3D3D3D. Windows color (decimal): -14600021 or 11221025. OLE color: 11221025.

HSL color Cylindrical-coordinate representation of color #2138AB: hue angle of 230º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2138AB is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 56 171 -
CMYK 0.81 0.67 0 0.33
HSL 230º 0.68% 0.4% -
HSV(B) 230º 0.81% 0.67% -
XYZ 9.39 6.09 39.21 -
YUV 62.23 189.38 107.15 -
System Red Green Blue C M Y K H S L
Decimal 33 56 171 0.81 0.67 0 0.33 230 0.68 0.4
Hex 21 38 AB 51 43 0 21 E6 44 28
Octal 41 70 253 121 103 0 41 346 104 50
Binary 100001 111000 10101011 1010001 1000011 0 100001 11100110 1000100 101000

Color Harmonies of #2138AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138AB

Black with #2138AB

Text Example


Text Example

White with #2138AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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