Html Css Color HEX #2037CD Persian Blue

📋 copy color: '#2037CD'

red 32 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #2037CD

Tints of Persian Blue #2037CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 10.96%
G = 18.84%
B = 70.21%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2037CD (or 0x2037CD) is known color: Persian Blue. HEX triplet: 20, 37 and CD. RGB value is (32,55,205). Sum of RGB (Red+Green+Blue) = 32+55+205=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #2037CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2037CD is #DFC832. Grayscale: #404040. Windows color (decimal): -14665779 or 13448992. OLE color: 13448992.

HSL color Cylindrical-coordinate representation of color #2037CD: hue angle of 232.02º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2037CD is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 55 205 -
CMYK 0.84 0.73 0 0.20
HSL 232.02º 0.73% 0.46% -
HSV(B) 232.02º 0.84% 0.8% -
XYZ 12.98 7.45 58.51 -
YUV 65.22 206.88 104.3 -
System Red Green Blue C M Y K H S L
Decimal 32 55 205 0.84 0.73 0 0.20 232.02 0.73 0.46
Hex 20 37 CD 54 49 0 14 E8 49 2E
Octal 40 67 315 124 111 0 24 350 111 56
Binary 100000 110111 11001101 1010100 1001001 0 10100 11101000 1001001 101110

Color Harmonies of #2037CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2037CD

Black with #2037CD

Text Example


Text Example

White with #2037CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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