Html Css Color HEX #7344B3 Studio

📋 copy color: '#7344B3'

red 115 ◦ green 68 ◦ blue 179

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

Shades of Studio #7344B3

Tints of Studio #7344B3

RGB

 RED value IS 115 (45.31% from 255) = 31.77%

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 31.77%
G = 18.78%
B = 49.45%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7344B3 (or 0x7344B3) is known color: Studio. HEX triplet: 73, 44 and B3. RGB value is (115,68,179). Sum of RGB (Red+Green+Blue) = 115+68+179=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #7344B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7344B3 is #8CBB4C. Grayscale: #5E5E5E. Windows color (decimal): -9222989 or 11748467. OLE color: 11748467.

HSL color Cylindrical-coordinate representation of color #7344B3: hue angle of 265.41º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7344B3 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 68 179 -
CMYK 0.36 0.62 0 0.30
HSL 265.41º 0.45% 0.48% -
HSV(B) 265.41º 0.62% 0.7% -
XYZ 17.27 11.03 43.87 -
YUV 94.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 115 68 179 0.36 0.62 0 0.30 265.41 0.45 0.48
Hex 73 44 B3 24 3E 0 1E 109 2D 30
Octal 163 104 263 44 76 0 36 411 55 60
Binary 1110011 1000100 10110011 100100 111110 0 11110 100001001 101101 110000

Color Harmonies of #7344B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7344B3

Black with #7344B3

Text Example


Text Example

White with #7344B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7344B3; }

 p { color: rgb(115,68,179); }

 H1.HeaderClassName
 {
   color: #7344B3;
 }
 .AnyTagClassName
 {
   color: #7344B3;
 }
</style>

background-color css

<style>
 a { background-color: #7344B3; }

 a { background-color: rgb(115,68,179); }

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

border-color css

<style>
 span { border-color: #7344B3; }

 span { border-color: rgb(115,68,179); }

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