Html Css Color HEX #3419BB Persian Blue

📋 copy color: '#3419BB'

red 52 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #3419BB

Tints of Persian Blue #3419BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 19.7%
G = 9.47%
B = 70.83%

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

#3419BB (or 0x3419BB) is known color: Persian Blue. HEX triplet: 34, 19 and BB. RGB value is (52,25,187). Sum of RGB (Red+Green+Blue) = 52+25+187=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #3419BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3419BB is #CBE644. Grayscale: #323232. Windows color (decimal): -13362757 or 12261684. OLE color: 12261684.

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

Color convert

RGB 52 25 187 -
CMYK 0.72 0.87 0 0.27
HSL 250º 0.76% 0.42% -
HSV(B) 250º 0.87% 0.73% -
XYZ 10.73 5.01 47.42 -
YUV 51.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 52 25 187 0.72 0.87 0 0.27 250 0.76 0.42
Hex 34 19 BB 48 57 0 1B FA 4C 2A
Octal 64 31 273 110 127 0 33 372 114 52
Binary 110100 11001 10111011 1001000 1010111 0 11011 11111010 1001100 101010

Color Harmonies of #3419BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3419BB

Black with #3419BB

Text Example


Text Example

White with #3419BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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