Html Css Color HEX #2128BE Persian Blue

📋 copy color: '#2128BE'

red 33 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #2128BE

Tints of Persian Blue #2128BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 72.24%

R = 12.55%
G = 15.21%
B = 72.24%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2128BE (or 0x2128BE) is known color: Persian Blue. HEX triplet: 21, 28 and BE. RGB value is (33,40,190). Sum of RGB (Red+Green+Blue) = 33+40+190=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #2128BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2128BE is #DED741. Grayscale: #363636. Windows color (decimal): -14604098 or 12462113. OLE color: 12462113.

HSL color Cylindrical-coordinate representation of color #2128BE: hue angle of 237.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2128BE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 40 190 -
CMYK 0.83 0.79 0 0.25
HSL 237.32º 0.7% 0.44% -
HSV(B) 237.32º 0.83% 0.75% -
XYZ 10.68 5.56 49.23 -
YUV 55.01 204.18 112.3 -
System Red Green Blue C M Y K H S L
Decimal 33 40 190 0.83 0.79 0 0.25 237.32 0.7 0.44
Hex 21 28 BE 53 4F 0 19 ED 46 2C
Octal 41 50 276 123 117 0 31 355 106 54
Binary 100001 101000 10111110 1010011 1001111 0 11001 11101101 1000110 101100

Color Harmonies of #2128BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2128BE

Black with #2128BE

Text Example


Text Example

White with #2128BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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