Html Css Color HEX #3418BA Persian Blue

📋 copy color: '#3418BA'

red 52 ◦ green 24 ◦ blue 186

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

Shades of Persian Blue #3418BA

Tints of Persian Blue #3418BA

RGB

 RED value IS 52 (20.7% from 255) = 19.85%

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 19.85%
G = 9.16%
B = 70.99%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3418BA (or 0x3418BA) is known color: Persian Blue. HEX triplet: 34, 18 and BA. RGB value is (52,24,186). Sum of RGB (Red+Green+Blue) = 52+24+186=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #3418BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3418BA is #CBE745. Grayscale: #323232. Windows color (decimal): -13363014 or 12195892. OLE color: 12195892.

HSL color Cylindrical-coordinate representation of color #3418BA: hue angle of 250.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3418BA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 24 186 -
CMYK 0.72 0.87 0 0.27
HSL 250.37º 0.77% 0.41% -
HSV(B) 250.37º 0.87% 0.73% -
XYZ 10.61 4.93 46.85 -
YUV 50.84 204.28 128.83 -
System Red Green Blue C M Y K H S L
Decimal 52 24 186 0.72 0.87 0 0.27 250.37 0.77 0.41
Hex 34 18 BA 48 57 0 1B FA 4D 29
Octal 64 30 272 110 127 0 33 372 115 51
Binary 110100 11000 10111010 1001000 1010111 0 11011 11111010 1001101 101001

Color Harmonies of #3418BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3418BA

Black with #3418BA

Text Example


Text Example

White with #3418BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3418BA; }

 p { color: rgb(52,24,186); }

 H1.HeaderClassName
 {
   color: #3418BA;
 }
 .AnyTagClassName
 {
   color: #3418BA;
 }
</style>

background-color css

<style>
 a { background-color: #3418BA; }

 a { background-color: rgb(52,24,186); }

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

border-color css

<style>
 span { border-color: #3418BA; }

 span { border-color: rgb(52,24,186); }

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