Html Css Color HEX #3616BC Persian Blue

📋 copy color: '#3616BC'

red 54 ◦ green 22 ◦ blue 188

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

Shades of Persian Blue #3616BC

Tints of Persian Blue #3616BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

 BLUE value IS 188 (73.83% from 255) = 71.21%

R = 20.45%
G = 8.33%
B = 71.21%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3616BC (or 0x3616BC) is known color: Persian Blue. HEX triplet: 36, 16 and BC. RGB value is (54,22,188). Sum of RGB (Red+Green+Blue) = 54+22+188=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #3616BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3616BC is #C9E943. Grayscale: #313131. Windows color (decimal): -13232452 or 12326454. OLE color: 12326454.

HSL color Cylindrical-coordinate representation of color #3616BC: hue angle of 251.57º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3616BC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 54 22 188 -
CMYK 0.71 0.88 0 0.26
HSL 251.57º 0.79% 0.41% -
HSV(B) 251.57º 0.88% 0.74% -
XYZ 10.89 4.99 47.97 -
YUV 50.49 205.6 130.5 -
System Red Green Blue C M Y K H S L
Decimal 54 22 188 0.71 0.88 0 0.26 251.57 0.79 0.41
Hex 36 16 BC 47 58 0 1A FC 4F 29
Octal 66 26 274 107 130 0 32 374 117 51
Binary 110110 10110 10111100 1000111 1011000 0 11010 11111100 1001111 101001

Color Harmonies of #3616BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3616BC

Black with #3616BC

Text Example


Text Example

White with #3616BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3616BC; }

 p { color: rgb(54,22,188); }

 H1.HeaderClassName
 {
   color: #3616BC;
 }
 .AnyTagClassName
 {
   color: #3616BC;
 }
</style>

background-color css

<style>
 a { background-color: #3616BC; }

 a { background-color: rgb(54,22,188); }

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

border-color css

<style>
 span { border-color: #3616BC; }

 span { border-color: rgb(54,22,188); }

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