Html Css Color HEX #2028B2 Persian Blue

📋 copy color: '#2028B2'

red 32 ◦ green 40 ◦ blue 178

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

Shades of Persian Blue #2028B2

Tints of Persian Blue #2028B2

RGB

 RED value IS 32 (12.89% from 255) = 12.8%

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

 BLUE value IS 178 (69.92% from 255) = 71.2%

R = 12.8%
G = 16%
B = 71.2%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2028B2 (or 0x2028B2) is known color: Persian Blue. HEX triplet: 20, 28 and B2. RGB value is (32,40,178). Sum of RGB (Red+Green+Blue) = 32+40+178=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #2028B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2028B2 is #DFD74D. Grayscale: #343434. Windows color (decimal): -14669646 or 11675680. OLE color: 11675680.

HSL color Cylindrical-coordinate representation of color #2028B2: hue angle of 236.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2028B2 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 40 178 -
CMYK 0.82 0.78 0 0.30
HSL 236.71º 0.7% 0.41% -
HSV(B) 236.71º 0.82% 0.7% -
XYZ 9.39 5.04 42.6 -
YUV 53.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 32 40 178 0.82 0.78 0 0.30 236.71 0.7 0.41
Hex 20 28 B2 52 4E 0 1E ED 46 29
Octal 40 50 262 122 116 0 36 355 106 51
Binary 100000 101000 10110010 1010010 1001110 0 11110 11101101 1000110 101001

Color Harmonies of #2028B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2028B2

Black with #2028B2

Text Example


Text Example

White with #2028B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2028B2; }

 p { color: rgb(32,40,178); }

 H1.HeaderClassName
 {
   color: #2028B2;
 }
 .AnyTagClassName
 {
   color: #2028B2;
 }
</style>

background-color css

<style>
 a { background-color: #2028B2; }

 a { background-color: rgb(32,40,178); }

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

border-color css

<style>
 span { border-color: #2028B2; }

 span { border-color: rgb(32,40,178); }

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