Html Css Color HEX #3414BB Persian Blue

📋 copy color: '#3414BB'

red 52 ◦ green 20 ◦ blue 187

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

Shades of Persian Blue #3414BB

Tints of Persian Blue #3414BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

 BLUE value IS 187 (73.44% from 255) = 72.2%

R = 20.08%
G = 7.72%
B = 72.2%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3414BB (or 0x3414BB) is known color: Persian Blue. HEX triplet: 34, 14 and BB. RGB value is (52,20,187). Sum of RGB (Red+Green+Blue) = 52+20+187=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #3414BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3414BB is #CBEB44. Grayscale: #2F2F2F. Windows color (decimal): -13364037 or 12260404. OLE color: 12260404.

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

Color convert

RGB 52 20 187 -
CMYK 0.72 0.89 0 0.27
HSL 251.5º 0.81% 0.41% -
HSV(B) 251.5º 0.89% 0.73% -
XYZ 10.64 4.82 47.38 -
YUV 48.61 206.1 130.42 -
System Red Green Blue C M Y K H S L
Decimal 52 20 187 0.72 0.89 0 0.27 251.5 0.81 0.41
Hex 34 14 BB 48 59 0 1B FB 51 29
Octal 64 24 273 110 131 0 33 373 121 51
Binary 110100 10100 10111011 1001000 1011001 0 11011 11111011 1010001 101001

Color Harmonies of #3414BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3414BB

Black with #3414BB

Text Example


Text Example

White with #3414BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3414BB; }

 p { color: rgb(52,20,187); }

 H1.HeaderClassName
 {
   color: #3414BB;
 }
 .AnyTagClassName
 {
   color: #3414BB;
 }
</style>

background-color css

<style>
 a { background-color: #3414BB; }

 a { background-color: rgb(52,20,187); }

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

border-color css

<style>
 span { border-color: #3414BB; }

 span { border-color: rgb(52,20,187); }

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