Html Css Color HEX #2024BE Persian Blue

📋 copy color: '#2024BE'

red 32 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #2024BE

Tints of Persian Blue #2024BE

RGB

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

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

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

R = 12.4%
G = 13.95%
B = 73.64%

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

#2024BE (or 0x2024BE) is known color: Persian Blue. HEX triplet: 20, 24 and BE. RGB value is (32,36,190). Sum of RGB (Red+Green+Blue) = 32+36+190=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #2024BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024BE is #DFDB41. Grayscale: #333333. Windows color (decimal): -14670658 or 12461088. OLE color: 12461088.

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

Color convert

RGB 32 36 190 -
CMYK 0.83 0.81 0 0.25
HSL 238.48º 0.71% 0.44% -
HSV(B) 238.48º 0.83% 0.75% -
XYZ 10.52 5.29 49.18 -
YUV 52.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 32 36 190 0.83 0.81 0 0.25 238.48 0.71 0.44
Hex 20 24 BE 53 51 0 19 EE 47 2C
Octal 40 44 276 123 121 0 31 356 107 54
Binary 100000 100100 10111110 1010011 1010001 0 11001 11101110 1000111 101100

Color Harmonies of #2024BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2024BE

Black with #2024BE

Text Example


Text Example

White with #2024BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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