Html Css Color HEX #3236AF Persian Blue

📋 copy color: '#3236AF'

red 50 ◦ green 54 ◦ blue 175

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

Shades of Persian Blue #3236AF

Tints of Persian Blue #3236AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 17.92%
G = 19.35%
B = 62.72%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3236AF (or 0x3236AF) is known color: Persian Blue. HEX triplet: 32, 36 and AF. RGB value is (50,54,175). Sum of RGB (Red+Green+Blue) = 50+54+175=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #3236AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3236AF is #CDC950. Grayscale: #424242. Windows color (decimal): -13486417 or 11482674. OLE color: 11482674.

HSL color Cylindrical-coordinate representation of color #3236AF: hue angle of 238.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3236AF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 54 175 -
CMYK 0.71 0.69 0 0.31
HSL 238.08º 0.56% 0.44% -
HSV(B) 238.08º 0.71% 0.69% -
XYZ 10.37 6.41 41.25 -
YUV 66.6 189.17 116.16 -
System Red Green Blue C M Y K H S L
Decimal 50 54 175 0.71 0.69 0 0.31 238.08 0.56 0.44
Hex 32 36 AF 47 45 0 1F EE 38 2C
Octal 62 66 257 107 105 0 37 356 70 54
Binary 110010 110110 10101111 1000111 1000101 0 11111 11101110 111000 101100

Color Harmonies of #3236AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3236AF

Black with #3236AF

Text Example


Text Example

White with #3236AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3236AF; }

 p { color: rgb(50,54,175); }

 H1.HeaderClassName
 {
   color: #3236AF;
 }
 .AnyTagClassName
 {
   color: #3236AF;
 }
</style>

background-color css

<style>
 a { background-color: #3236AF; }

 a { background-color: rgb(50,54,175); }

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

border-color css

<style>
 span { border-color: #3236AF; }

 span { border-color: rgb(50,54,175); }

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