Html Css Color HEX #3237DD Persian Blue

📋 copy color: '#3237DD'

red 50 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #3237DD

Tints of Persian Blue #3237DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 15.34%
G = 16.87%
B = 67.79%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3237DD (or 0x3237DD) is known color: Persian Blue. HEX triplet: 32, 37 and DD. RGB value is (50,55,221). Sum of RGB (Red+Green+Blue) = 50+55+221=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #3237DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237DD is #CDC822. Grayscale: #474747. Windows color (decimal): -13486115 or 14497586. OLE color: 14497586.

HSL color Cylindrical-coordinate representation of color #3237DD: hue angle of 238.25º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3237DD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 55 221 -
CMYK 0.77 0.75 0 0.13
HSL 238.25º 0.72% 0.53% -
HSV(B) 238.25º 0.77% 0.87% -
XYZ 15.73 8.63 69.24 -
YUV 72.43 211.84 112 -
System Red Green Blue C M Y K H S L
Decimal 50 55 221 0.77 0.75 0 0.13 238.25 0.72 0.53
Hex 32 37 DD 4D 4B 0 D EE 48 35
Octal 62 67 335 115 113 0 15 356 110 65
Binary 110010 110111 11011101 1001101 1001011 0 1101 11101110 1001000 110101

Color Harmonies of #3237DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237DD

Black with #3237DD

Text Example


Text Example

White with #3237DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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