Html Css Color HEX #3237DF Persian Blue

📋 copy color: '#3237DF'

red 50 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #3237DF

Tints of Persian Blue #3237DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.99%

R = 15.24%
G = 16.77%
B = 67.99%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3237DF (or 0x3237DF) is known color: Persian Blue. HEX triplet: 32, 37 and DF. RGB value is (50,55,223). Sum of RGB (Red+Green+Blue) = 50+55+223=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3237DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237DF is #CDC820. Grayscale: #474747. Windows color (decimal): -13486113 or 14628658. OLE color: 14628658.

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

Color convert

RGB 50 55 223 -
CMYK 0.78 0.75 0 0.13
HSL 238.27º 0.73% 0.54% -
HSV(B) 238.27º 0.78% 0.87% -
XYZ 16 8.74 70.66 -
YUV 72.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 50 55 223 0.78 0.75 0 0.13 238.27 0.73 0.54
Hex 32 37 DF 4E 4B 0 D EE 49 36
Octal 62 67 337 116 113 0 15 356 111 66
Binary 110010 110111 11011111 1001110 1001011 0 1101 11101110 1001001 110110

Color Harmonies of #3237DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237DF

Black with #3237DF

Text Example


Text Example

White with #3237DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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