Html Css Color HEX #3239D9 Persian Blue

📋 copy color: '#3239D9'

red 50 ◦ green 57 ◦ blue 217

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

Shades of Persian Blue #3239D9

Tints of Persian Blue #3239D9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

 BLUE value IS 217 (85.16% from 255) = 66.98%

R = 15.43%
G = 17.59%
B = 66.98%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3239D9 (or 0x3239D9) is known color: Persian Blue. HEX triplet: 32, 39 and D9. RGB value is (50,57,217). Sum of RGB (Red+Green+Blue) = 50+57+217=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #3239D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239D9 is #CDC626. Grayscale: #484848. Windows color (decimal): -13485607 or 14235954. OLE color: 14235954.

HSL color Cylindrical-coordinate representation of color #3239D9: hue angle of 237.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3239D9 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 57 217 -
CMYK 0.77 0.74 0 0.15
HSL 237.49º 0.69% 0.52% -
HSV(B) 237.49º 0.77% 0.85% -
XYZ 15.3 8.61 66.5 -
YUV 73.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 50 57 217 0.77 0.74 0 0.15 237.49 0.69 0.52
Hex 32 39 D9 4D 4A 0 F ED 45 34
Octal 62 71 331 115 112 0 17 355 105 64
Binary 110010 111001 11011001 1001101 1001010 0 1111 11101101 1000101 110100

Color Harmonies of #3239D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3239D9

Black with #3239D9

Text Example


Text Example

White with #3239D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3239D9; }

 p { color: rgb(50,57,217); }

 H1.HeaderClassName
 {
   color: #3239D9;
 }
 .AnyTagClassName
 {
   color: #3239D9;
 }
</style>

background-color css

<style>
 a { background-color: #3239D9; }

 a { background-color: rgb(50,57,217); }

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

border-color css

<style>
 span { border-color: #3239D9; }

 span { border-color: rgb(50,57,217); }

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