Html Css Color HEX #3134DA Persian Blue

📋 copy color: '#3134DA'

red 49 ◦ green 52 ◦ blue 218

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

Shades of Persian Blue #3134DA

Tints of Persian Blue #3134DA

RGB

 RED value IS 49 (19.53% from 255) = 15.36%

 GREEN value IS 52 (20.7% from 255) = 16.3%

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 15.36%
G = 16.3%
B = 68.34%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3134DA (or 0x3134DA) is known color: Persian Blue. HEX triplet: 31, 34 and DA. RGB value is (49,52,218). Sum of RGB (Red+Green+Blue) = 49+52+218=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #3134DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134DA is #CECB25. Grayscale: #454545. Windows color (decimal): -13552422 or 14300209. OLE color: 14300209.

HSL color Cylindrical-coordinate representation of color #3134DA: hue angle of 238.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3134DA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 52 218 -
CMYK 0.78 0.76 0 0.15
HSL 238.93º 0.7% 0.52% -
HSV(B) 238.93º 0.78% 0.85% -
XYZ 15.15 8.17 67.11 -
YUV 70.03 211.51 113 -
System Red Green Blue C M Y K H S L
Decimal 49 52 218 0.78 0.76 0 0.15 238.93 0.7 0.52
Hex 31 34 DA 4E 4C 0 F EF 46 34
Octal 61 64 332 116 114 0 17 357 106 64
Binary 110001 110100 11011010 1001110 1001100 0 1111 11101111 1000110 110100

Color Harmonies of #3134DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3134DA

Black with #3134DA

Text Example


Text Example

White with #3134DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3134DA; }

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

 H1.HeaderClassName
 {
   color: #3134DA;
 }
 .AnyTagClassName
 {
   color: #3134DA;
 }
</style>

background-color css

<style>
 a { background-color: #3134DA; }

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

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

border-color css

<style>
 span { border-color: #3134DA; }

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

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