Html Css Color HEX #3619C5 Persian Blue

📋 copy color: '#3619C5'

red 54 ◦ green 25 ◦ blue 197

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

Shades of Persian Blue #3619C5

Tints of Persian Blue #3619C5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 197 (77.34% from 255) = 71.38%

R = 19.57%
G = 9.06%
B = 71.38%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3619C5 (or 0x3619C5) is known color: Persian Blue. HEX triplet: 36, 19 and C5. RGB value is (54,25,197). Sum of RGB (Red+Green+Blue) = 54+25+197=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 197 (77.34% from 255 or 71.38% from 276); Max value from RGB is 197 - color contains mainly: blue. Hex color #3619C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3619C5 is #C9E63A. Grayscale: #343434. Windows color (decimal): -13231675 or 12917046. OLE color: 12917046.

HSL color Cylindrical-coordinate representation of color #3619C5: hue angle of 250.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3619C5 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 54 25 197 -
CMYK 0.73 0.87 0 0.23
HSL 250.12º 0.77% 0.44% -
HSV(B) 250.12º 0.87% 0.77% -
XYZ 11.95 5.51 53.26 -
YUV 53.28 209.11 128.51 -
System Red Green Blue C M Y K H S L
Decimal 54 25 197 0.73 0.87 0 0.23 250.12 0.77 0.44
Hex 36 19 C5 49 57 0 17 FA 4D 2C
Octal 66 31 305 111 127 0 27 372 115 54
Binary 110110 11001 11000101 1001001 1010111 0 10111 11111010 1001101 101100

Color Harmonies of #3619C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3619C5

Black with #3619C5

Text Example


Text Example

White with #3619C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3619C5; }

 p { color: rgb(54,25,197); }

 H1.HeaderClassName
 {
   color: #3619C5;
 }
 .AnyTagClassName
 {
   color: #3619C5;
 }
</style>

background-color css

<style>
 a { background-color: #3619C5; }

 a { background-color: rgb(54,25,197); }

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

border-color css

<style>
 span { border-color: #3619C5; }

 span { border-color: rgb(54,25,197); }

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