Html Css Color HEX #2037EE Persian Blue

📋 copy color: '#2037EE'

red 32 ◦ green 55 ◦ blue 238

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

Shades of Persian Blue #2037EE

Tints of Persian Blue #2037EE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.92%

 BLUE value IS 238 (93.36% from 255) = 73.23%

R = 9.85%
G = 16.92%
B = 73.23%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2037EE (or 0x2037EE) is known color: Persian Blue. HEX triplet: 20, 37 and EE. RGB value is (32,55,238). Sum of RGB (Red+Green+Blue) = 32+55+238=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #2037EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2037EE is #DFC811. Grayscale: #444444. Windows color (decimal): -14665746 or 15611680. OLE color: 15611680.

HSL color Cylindrical-coordinate representation of color #2037EE: hue angle of 233.3º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2037EE is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 55 238 -
CMYK 0.87 0.77 0 0.07
HSL 233.3º 0.86% 0.53% -
HSV(B) 233.3º 0.87% 0.93% -
XYZ 17.39 9.21 81.75 -
YUV 68.99 223.38 101.62 -
System Red Green Blue C M Y K H S L
Decimal 32 55 238 0.87 0.77 0 0.07 233.3 0.86 0.53
Hex 20 37 EE 57 4D 0 7 E9 56 35
Octal 40 67 356 127 115 0 7 351 126 65
Binary 100000 110111 11101110 1010111 1001101 0 111 11101001 1010110 110101

Color Harmonies of #2037EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2037EE

Black with #2037EE

Text Example


Text Example

White with #2037EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2037EE; }

 p { color: rgb(32,55,238); }

 H1.HeaderClassName
 {
   color: #2037EE;
 }
 .AnyTagClassName
 {
   color: #2037EE;
 }
</style>

background-color css

<style>
 a { background-color: #2037EE; }

 a { background-color: rgb(32,55,238); }

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

border-color css

<style>
 span { border-color: #2037EE; }

 span { border-color: rgb(32,55,238); }

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