Html Css Color HEX #3237BC Persian Blue

📋 copy color: '#3237BC'

red 50 ◦ green 55 ◦ blue 188

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

Shades of Persian Blue #3237BC

Tints of Persian Blue #3237BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 17.06%
G = 18.77%
B = 64.16%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3237BC (or 0x3237BC) is known color: Persian Blue. HEX triplet: 32, 37 and BC. RGB value is (50,55,188). Sum of RGB (Red+Green+Blue) = 50+55+188=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #3237BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3237BC is #CDC843. Grayscale: #444444. Windows color (decimal): -13486148 or 12334898. OLE color: 12334898.

HSL color Cylindrical-coordinate representation of color #3237BC: hue angle of 237.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3237BC is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 55 188 -
CMYK 0.73 0.71 0 0.26
HSL 237.83º 0.58% 0.47% -
HSV(B) 237.83º 0.73% 0.74% -
XYZ 11.76 7.04 48.32 -
YUV 68.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 50 55 188 0.73 0.71 0 0.26 237.83 0.58 0.47
Hex 32 37 BC 49 47 0 1A EE 3A 2F
Octal 62 67 274 111 107 0 32 356 72 57
Binary 110010 110111 10111100 1001001 1000111 0 11010 11101110 111010 101111

Color Harmonies of #3237BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237BC

Black with #3237BC

Text Example


Text Example

White with #3237BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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