Html Css Color HEX #3415BC Persian Blue

📋 copy color: '#3415BC'

red 52 ◦ green 21 ◦ blue 188

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

Shades of Persian Blue #3415BC

Tints of Persian Blue #3415BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 19.92%
G = 8.05%
B = 72.03%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3415BC (or 0x3415BC) is known color: Persian Blue. HEX triplet: 34, 15 and BC. RGB value is (52,21,188). Sum of RGB (Red+Green+Blue) = 52+21+188=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #3415BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3415BC is #CBEA43. Grayscale: #303030. Windows color (decimal): -13363780 or 12326196. OLE color: 12326196.

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

Color convert

RGB 52 21 188 -
CMYK 0.72 0.89 0 0.26
HSL 251.14º 0.8% 0.41% -
HSV(B) 251.14º 0.89% 0.74% -
XYZ 10.76 4.9 47.96 -
YUV 49.31 206.27 129.92 -
System Red Green Blue C M Y K H S L
Decimal 52 21 188 0.72 0.89 0 0.26 251.14 0.8 0.41
Hex 34 15 BC 48 59 0 1A FB 50 29
Octal 64 25 274 110 131 0 32 373 120 51
Binary 110100 10101 10111100 1001000 1011001 0 11010 11111011 1010000 101001

Color Harmonies of #3415BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3415BC

Black with #3415BC

Text Example


Text Example

White with #3415BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,21,188); }

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

background-color css

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

 a { background-color: rgb(52,21,188); }

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

border-color css

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

 span { border-color: rgb(52,21,188); }

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