Html Css Color HEX #3237E0 Persian Blue

📋 copy color: '#3237E0'

red 50 ◦ green 55 ◦ blue 224

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

Shades of Persian Blue #3237E0

Tints of Persian Blue #3237E0

RGB

 RED value IS 50 (19.92% from 255) = 15.2%

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

 BLUE value IS 224 (87.89% from 255) = 68.09%

R = 15.2%
G = 16.72%
B = 68.09%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3237E0 (or 0x3237E0) is known color: Persian Blue. HEX triplet: 32, 37 and E0. RGB value is (50,55,224). Sum of RGB (Red+Green+Blue) = 50+55+224=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #3237E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237E0 is #CDC81F. Grayscale: #484848. Windows color (decimal): -13486112 or 14694194. OLE color: 14694194.

HSL color Cylindrical-coordinate representation of color #3237E0: hue angle of 238.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3237E0 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 55 224 -
CMYK 0.78 0.75 0 0.12
HSL 238.28º 0.74% 0.54% -
HSV(B) 238.28º 0.78% 0.88% -
XYZ 16.14 8.79 71.37 -
YUV 72.77 213.34 111.76 -
System Red Green Blue C M Y K H S L
Decimal 50 55 224 0.78 0.75 0 0.12 238.28 0.74 0.54
Hex 32 37 E0 4E 4B 0 C EE 4A 36
Octal 62 67 340 116 113 0 14 356 112 66
Binary 110010 110111 11100000 1001110 1001011 0 1100 11101110 1001010 110110

Color Harmonies of #3237E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237E0

Black with #3237E0

Text Example


Text Example

White with #3237E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3237E0; }

 p { color: rgb(50,55,224); }

 H1.HeaderClassName
 {
   color: #3237E0;
 }
 .AnyTagClassName
 {
   color: #3237E0;
 }
</style>

background-color css

<style>
 a { background-color: #3237E0; }

 a { background-color: rgb(50,55,224); }

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

border-color css

<style>
 span { border-color: #3237E0; }

 span { border-color: rgb(50,55,224); }

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