Html Css Color HEX #3632B4 Persian Blue

📋 copy color: '#3632B4'

red 54 ◦ green 50 ◦ blue 180

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

Shades of Persian Blue #3632B4

Tints of Persian Blue #3632B4

RGB

 RED value IS 54 (21.48% from 255) = 19.01%

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 180 (70.7% from 255) = 63.38%

R = 19.01%
G = 17.61%
B = 63.38%

CMYK

 C value IS 0.7

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3632B4 (or 0x3632B4) is known color: Persian Blue. HEX triplet: 36, 32 and B4. RGB value is (54,50,180). Sum of RGB (Red+Green+Blue) = 54+50+180=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 180 (70.70% from 255 or 63.38% from 284); Max value from RGB is 180 - color contains mainly: blue. Hex color #3632B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3632B4 is #C9CD4B. Grayscale: #414141. Windows color (decimal): -13225292 or 11809334. OLE color: 11809334.

HSL color Cylindrical-coordinate representation of color #3632B4: hue angle of 241.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3632B4 is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 54 50 180 -
CMYK 0.7 0.72 0 0.29
HSL 241.85º 0.57% 0.45% -
HSV(B) 241.85º 0.72% 0.71% -
XYZ 10.9 6.36 43.83 -
YUV 66.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 54 50 180 0.7 0.72 0 0.29 241.85 0.57 0.45
Hex 36 32 B4 46 48 0 1D F2 39 2D
Octal 66 62 264 106 110 0 35 362 71 55
Binary 110110 110010 10110100 1000110 1001000 0 11101 11110010 111001 101101

Color Harmonies of #3632B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3632B4

Black with #3632B4

Text Example


Text Example

White with #3632B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3632B4; }

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

 H1.HeaderClassName
 {
   color: #3632B4;
 }
 .AnyTagClassName
 {
   color: #3632B4;
 }
</style>

background-color css

<style>
 a { background-color: #3632B4; }

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

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

border-color css

<style>
 span { border-color: #3632B4; }

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

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