Html Css Color HEX #3237AA Persian Blue

📋 copy color: '#3237AA'

red 50 ◦ green 55 ◦ blue 170

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

Shades of Persian Blue #3237AA

Tints of Persian Blue #3237AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 18.18%
G = 20%
B = 61.82%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3237AA (or 0x3237AA) is known color: Persian Blue. HEX triplet: 32, 37 and AA. RGB value is (50,55,170). Sum of RGB (Red+Green+Blue) = 50+55+170=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #3237AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3237AA is #CDC855. Grayscale: #424242. Windows color (decimal): -13486166 or 11155250. OLE color: 11155250.

HSL color Cylindrical-coordinate representation of color #3237AA: hue angle of 237.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3237AA is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 55 170 -
CMYK 0.71 0.68 0 0.33
HSL 237.5º 0.55% 0.43% -
HSV(B) 237.5º 0.71% 0.67% -
XYZ 9.94 6.31 38.72 -
YUV 66.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 50 55 170 0.71 0.68 0 0.33 237.5 0.55 0.43
Hex 32 37 AA 47 44 0 21 EE 37 2B
Octal 62 67 252 107 104 0 41 356 67 53
Binary 110010 110111 10101010 1000111 1000100 0 100001 11101110 110111 101011

Color Harmonies of #3237AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3237AA

Black with #3237AA

Text Example


Text Example

White with #3237AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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