Html Css Color HEX #3618BE Persian Blue

📋 copy color: '#3618BE'

red 54 ◦ green 24 ◦ blue 190

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

Shades of Persian Blue #3618BE

Tints of Persian Blue #3618BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.96%

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 20.15%
G = 8.96%
B = 70.9%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3618BE (or 0x3618BE) is known color: Persian Blue. HEX triplet: 36, 18 and BE. RGB value is (54,24,190). Sum of RGB (Red+Green+Blue) = 54+24+190=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #3618BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3618BE is #C9E741. Grayscale: #333333. Windows color (decimal): -13231938 or 12458038. OLE color: 12458038.

HSL color Cylindrical-coordinate representation of color #3618BE: hue angle of 250.84º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3618BE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 54 24 190 -
CMYK 0.72 0.87 0 0.25
HSL 250.84º 0.78% 0.42% -
HSV(B) 250.84º 0.87% 0.75% -
XYZ 11.14 5.16 49.12 -
YUV 51.89 205.94 129.5 -
System Red Green Blue C M Y K H S L
Decimal 54 24 190 0.72 0.87 0 0.25 250.84 0.78 0.42
Hex 36 18 BE 48 57 0 19 FB 4E 2A
Octal 66 30 276 110 127 0 31 373 116 52
Binary 110110 11000 10111110 1001000 1010111 0 11001 11111011 1001110 101010

Color Harmonies of #3618BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3618BE

Black with #3618BE

Text Example


Text Example

White with #3618BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3618BE; }

 p { color: rgb(54,24,190); }

 H1.HeaderClassName
 {
   color: #3618BE;
 }
 .AnyTagClassName
 {
   color: #3618BE;
 }
</style>

background-color css

<style>
 a { background-color: #3618BE; }

 a { background-color: rgb(54,24,190); }

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

border-color css

<style>
 span { border-color: #3618BE; }

 span { border-color: rgb(54,24,190); }

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