Html Css Color HEX #3236DD Persian Blue

📋 copy color: '#3236DD'

red 50 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #3236DD

Tints of Persian Blue #3236DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68%

R = 15.38%
G = 16.62%
B = 68%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3236DD (or 0x3236DD) is known color: Persian Blue. HEX triplet: 32, 36 and DD. RGB value is (50,54,221). Sum of RGB (Red+Green+Blue) = 50+54+221=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #3236DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3236DD is #CDC922. Grayscale: #474747. Windows color (decimal): -13486371 or 14497330. OLE color: 14497330.

HSL color Cylindrical-coordinate representation of color #3236DD: hue angle of 238.6º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3236DD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 54 221 -
CMYK 0.77 0.76 0 0.13
HSL 238.6º 0.72% 0.53% -
HSV(B) 238.6º 0.77% 0.87% -
XYZ 15.69 8.54 69.23 -
YUV 71.84 212.17 112.42 -
System Red Green Blue C M Y K H S L
Decimal 50 54 221 0.77 0.76 0 0.13 238.6 0.72 0.53
Hex 32 36 DD 4D 4C 0 D EF 48 35
Octal 62 66 335 115 114 0 15 357 110 65
Binary 110010 110110 11011101 1001101 1001100 0 1101 11101111 1001000 110101

Color Harmonies of #3236DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3236DD

Black with #3236DD

Text Example


Text Example

White with #3236DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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