Html Css Color HEX #3431B9 Persian Blue

📋 copy color: '#3431B9'

red 52 ◦ green 49 ◦ blue 185

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

Shades of Persian Blue #3431B9

Tints of Persian Blue #3431B9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 185 (72.66% from 255) = 64.69%

R = 18.18%
G = 17.13%
B = 64.69%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3431B9 (or 0x3431B9) is known color: Persian Blue. HEX triplet: 34, 31 and B9. RGB value is (52,49,185). Sum of RGB (Red+Green+Blue) = 52+49+185=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #3431B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431B9 is #CBCE46. Grayscale: #404040. Windows color (decimal): -13356615 or 12136756. OLE color: 12136756.

HSL color Cylindrical-coordinate representation of color #3431B9: hue angle of 241.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3431B9 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 49 185 -
CMYK 0.72 0.74 0 0.27
HSL 241.32º 0.58% 0.46% -
HSV(B) 241.32º 0.74% 0.73% -
XYZ 11.27 6.43 46.55 -
YUV 65.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 52 49 185 0.72 0.74 0 0.27 241.32 0.58 0.46
Hex 34 31 B9 48 4A 0 1B F1 3A 2E
Octal 64 61 271 110 112 0 33 361 72 56
Binary 110100 110001 10111001 1001000 1001010 0 11011 11110001 111010 101110

Color Harmonies of #3431B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3431B9

Black with #3431B9

Text Example


Text Example

White with #3431B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3431B9; }

 p { color: rgb(52,49,185); }

 H1.HeaderClassName
 {
   color: #3431B9;
 }
 .AnyTagClassName
 {
   color: #3431B9;
 }
</style>

background-color css

<style>
 a { background-color: #3431B9; }

 a { background-color: rgb(52,49,185); }

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

border-color css

<style>
 span { border-color: #3431B9; }

 span { border-color: rgb(52,49,185); }

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