Html Css Color HEX #2024B1 Persian Blue

📋 copy color: '#2024B1'

red 32 ◦ green 36 ◦ blue 177

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

Shades of Persian Blue #2024B1

Tints of Persian Blue #2024B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 72.24%

R = 13.06%
G = 14.69%
B = 72.24%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2024B1 (or 0x2024B1) is known color: Persian Blue. HEX triplet: 20, 24 and B1. RGB value is (32,36,177). Sum of RGB (Red+Green+Blue) = 32+36+177=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #2024B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2024B1 is #DFDB4E. Grayscale: #323232. Windows color (decimal): -14670671 or 11609120. OLE color: 11609120.

HSL color Cylindrical-coordinate representation of color #2024B1: hue angle of 238.34º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2024B1 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 36 177 -
CMYK 0.82 0.80 0 0.31
HSL 238.34º 0.69% 0.41% -
HSV(B) 238.34º 0.82% 0.69% -
XYZ 9.16 4.74 42.03 -
YUV 50.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 32 36 177 0.82 0.80 0 0.31 238.34 0.69 0.41
Hex 20 24 B1 52 50 0 1F EE 45 29
Octal 40 44 261 122 120 0 37 356 105 51
Binary 100000 100100 10110001 1010010 1010000 0 11111 11101110 1000101 101001

Color Harmonies of #2024B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2024B1

Black with #2024B1

Text Example


Text Example

White with #2024B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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