Html Css Color HEX #2124BE Persian Blue

📋 copy color: '#2124BE'

red 33 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #2124BE

Tints of Persian Blue #2124BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 12.74%
G = 13.9%
B = 73.36%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2124BE (or 0x2124BE) is known color: Persian Blue. HEX triplet: 21, 24 and BE. RGB value is (33,36,190). Sum of RGB (Red+Green+Blue) = 33+36+190=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 190 (74.61% from 255 or 73.36% from 259); Max value from RGB is 190 - color contains mainly: blue. Hex color #2124BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2124BE is #DEDB41. Grayscale: #343434. Windows color (decimal): -14605122 or 12461089. OLE color: 12461089.

HSL color Cylindrical-coordinate representation of color #2124BE: hue angle of 238.85º 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 #2124BE is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 36 190 -
CMYK 0.83 0.81 0 0.25
HSL 238.85º 0.7% 0.44% -
HSV(B) 238.85º 0.83% 0.75% -
XYZ 10.55 5.3 49.18 -
YUV 52.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 33 36 190 0.83 0.81 0 0.25 238.85 0.7 0.44
Hex 21 24 BE 53 51 0 19 EF 46 2C
Octal 41 44 276 123 121 0 31 357 106 54
Binary 100001 100100 10111110 1010011 1010001 0 11001 11101111 1000110 101100

Color Harmonies of #2124BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2124BE

Black with #2124BE

Text Example


Text Example

White with #2124BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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