Html Css Color HEX #2128AF Persian Blue

📋 copy color: '#2128AF'

red 33 ◦ green 40 ◦ blue 175

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

Shades of Persian Blue #2128AF

Tints of Persian Blue #2128AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.56%

R = 13.31%
G = 16.13%
B = 70.56%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2128AF (or 0x2128AF) is known color: Persian Blue. HEX triplet: 21, 28 and AF. RGB value is (33,40,175). Sum of RGB (Red+Green+Blue) = 33+40+175=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 175 (68.75% from 255 or 70.56% from 248); Max value from RGB is 175 - color contains mainly: blue. Hex color #2128AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2128AF is #DED750. Grayscale: #343434. Windows color (decimal): -14604113 or 11479073. OLE color: 11479073.

HSL color Cylindrical-coordinate representation of color #2128AF: hue angle of 237.04º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2128AF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 40 175 -
CMYK 0.81 0.77 0 0.31
HSL 237.04º 0.68% 0.41% -
HSV(B) 237.04º 0.81% 0.69% -
XYZ 9.12 4.94 41.03 -
YUV 53.3 196.68 113.52 -
System Red Green Blue C M Y K H S L
Decimal 33 40 175 0.81 0.77 0 0.31 237.04 0.68 0.41
Hex 21 28 AF 51 4D 0 1F ED 44 29
Octal 41 50 257 121 115 0 37 355 104 51
Binary 100001 101000 10101111 1010001 1001101 0 11111 11101101 1000100 101001

Color Harmonies of #2128AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2128AF

Black with #2128AF

Text Example


Text Example

White with #2128AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2128AF; }

 p { color: rgb(33,40,175); }

 H1.HeaderClassName
 {
   color: #2128AF;
 }
 .AnyTagClassName
 {
   color: #2128AF;
 }
</style>

background-color css

<style>
 a { background-color: #2128AF; }

 a { background-color: rgb(33,40,175); }

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

border-color css

<style>
 span { border-color: #2128AF; }

 span { border-color: rgb(33,40,175); }

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