Html Css Color HEX #3620C0 Persian Blue

📋 copy color: '#3620C0'

red 54 ◦ green 32 ◦ blue 192

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

Shades of Persian Blue #3620C0

Tints of Persian Blue #3620C0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

 BLUE value IS 192 (75.39% from 255) = 69.06%

R = 19.42%
G = 11.51%
B = 69.06%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3620C0 (or 0x3620C0) is known color: Persian Blue. HEX triplet: 36, 20 and C0. RGB value is (54,32,192). Sum of RGB (Red+Green+Blue) = 54+32+192=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #3620C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620C0 is #C9DF3F. Grayscale: #383838. Windows color (decimal): -13229888 or 12591158. OLE color: 12591158.

HSL color Cylindrical-coordinate representation of color #3620C0: hue angle of 248.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3620C0 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 32 192 -
CMYK 0.72 0.83 0 0.25
HSL 248.25º 0.71% 0.44% -
HSV(B) 248.25º 0.83% 0.75% -
XYZ 11.55 5.62 50.35 -
YUV 56.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 54 32 192 0.72 0.83 0 0.25 248.25 0.71 0.44
Hex 36 20 C0 48 53 0 19 F8 47 2C
Octal 66 40 300 110 123 0 31 370 107 54
Binary 110110 100000 11000000 1001000 1010011 0 11001 11111000 1000111 101100

Color Harmonies of #3620C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3620C0

Black with #3620C0

Text Example


Text Example

White with #3620C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3620C0; }

 p { color: rgb(54,32,192); }

 H1.HeaderClassName
 {
   color: #3620C0;
 }
 .AnyTagClassName
 {
   color: #3620C0;
 }
</style>

background-color css

<style>
 a { background-color: #3620C0; }

 a { background-color: rgb(54,32,192); }

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

border-color css

<style>
 span { border-color: #3620C0; }

 span { border-color: rgb(54,32,192); }

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