Html Css Color HEX #3236C2 Persian Blue

📋 copy color: '#3236C2'

red 50 ◦ green 54 ◦ blue 194

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

Shades of Persian Blue #3236C2

Tints of Persian Blue #3236C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 65.1%

R = 16.78%
G = 18.12%
B = 65.1%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3236C2 (or 0x3236C2) is known color: Persian Blue. HEX triplet: 32, 36 and C2. RGB value is (50,54,194). Sum of RGB (Red+Green+Blue) = 50+54+194=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 194 (76.17% from 255 or 65.10% from 298); Max value from RGB is 194 - color contains mainly: blue. Hex color #3236C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236C2 is #CDC93D. Grayscale: #444444. Windows color (decimal): -13486398 or 12727858. OLE color: 12727858.

HSL color Cylindrical-coordinate representation of color #3236C2: hue angle of 238.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3236C2 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 54 194 -
CMYK 0.74 0.72 0 0.24
HSL 238.33º 0.59% 0.48% -
HSV(B) 238.33º 0.74% 0.76% -
XYZ 12.37 7.21 51.78 -
YUV 68.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 50 54 194 0.74 0.72 0 0.24 238.33 0.59 0.48
Hex 32 36 C2 4A 48 0 18 EE 3B 30
Octal 62 66 302 112 110 0 30 356 73 60
Binary 110010 110110 11000010 1001010 1001000 0 11000 11101110 111011 110000

Color Harmonies of #3236C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3236C2

Black with #3236C2

Text Example


Text Example

White with #3236C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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