Html Css Color HEX #3239BE Persian Blue

📋 copy color: '#3239BE'

red 50 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #3239BE

Tints of Persian Blue #3239BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 16.84%
G = 19.19%
B = 63.97%

CMYK

 C value IS 0.74

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3239BE (or 0x3239BE) is known color: Persian Blue. HEX triplet: 32, 39 and BE. RGB value is (50,57,190). Sum of RGB (Red+Green+Blue) = 50+57+190=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3239BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239BE is #CDC641. Grayscale: #454545. Windows color (decimal): -13485634 or 12466482. OLE color: 12466482.

HSL color Cylindrical-coordinate representation of color #3239BE: hue angle of 237º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3239BE is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 57 190 -
CMYK 0.74 0.7 0 0.25
HSL 237º 0.58% 0.47% -
HSV(B) 237º 0.74% 0.75% -
XYZ 12.07 7.32 49.49 -
YUV 70.07 195.68 113.69 -
System Red Green Blue C M Y K H S L
Decimal 50 57 190 0.74 0.7 0 0.25 237 0.58 0.47
Hex 32 39 BE 4A 46 0 19 ED 3A 2F
Octal 62 71 276 112 106 0 31 355 72 57
Binary 110010 111001 10111110 1001010 1000110 0 11001 11101101 111010 101111

Color Harmonies of #3239BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3239BE

Black with #3239BE

Text Example


Text Example

White with #3239BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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