Html Css Color HEX #3620CF Persian Blue

📋 copy color: '#3620CF'

red 54 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #3620CF

Tints of Persian Blue #3620CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 18.43%
G = 10.92%
B = 70.65%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3620CF (or 0x3620CF) is known color: Persian Blue. HEX triplet: 36, 20 and CF. RGB value is (54,32,207). Sum of RGB (Red+Green+Blue) = 54+32+207=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #3620CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3620CF is #C9DF30. Grayscale: #393939. Windows color (decimal): -13229873 or 13574198. OLE color: 13574198.

HSL color Cylindrical-coordinate representation of color #3620CF: hue angle of 247.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3620CF is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 32 207 -
CMYK 0.74 0.85 0 0.19
HSL 247.54º 0.73% 0.47% -
HSV(B) 247.54º 0.85% 0.81% -
XYZ 13.3 6.32 59.55 -
YUV 58.53 211.79 124.77 -
System Red Green Blue C M Y K H S L
Decimal 54 32 207 0.74 0.85 0 0.19 247.54 0.73 0.47
Hex 36 20 CF 4A 55 0 13 F8 49 2F
Octal 66 40 317 112 125 0 23 370 111 57
Binary 110110 100000 11001111 1001010 1010101 0 10011 11111000 1001001 101111

Color Harmonies of #3620CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3620CF

Black with #3620CF

Text Example


Text Example

White with #3620CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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