Html Css Color HEX #343D73 Torea Bay

📋 copy color: '#343D73'

red 52 ◦ green 61 ◦ blue 115

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

Shades of Torea Bay #343D73

Tints of Torea Bay #343D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 22.81%
G = 26.75%
B = 50.44%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343D73 (or 0x343D73) is known color: Torea Bay. HEX triplet: 34, 3D and 73. RGB value is (52,61,115). Sum of RGB (Red+Green+Blue) = 52+61+115=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #343D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D73 is #CBC28C. Grayscale: #404040. Windows color (decimal): -13353613 or 7552308. OLE color: 7552308.

HSL color Cylindrical-coordinate representation of color #343D73: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #343D73 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 61 115 -
CMYK 0.55 0.47 0 0.55
HSL 231.43º 0.38% 0.33% -
HSV(B) 231.43º 0.55% 0.45% -
XYZ 6.18 5.31 16.92 -
YUV 64.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 52 61 115 0.55 0.47 0 0.55 231.43 0.38 0.33
Hex 34 3D 73 37 2F 0 37 E7 26 21
Octal 64 75 163 67 57 0 67 347 46 41
Binary 110100 111101 1110011 110111 101111 0 110111 11100111 100110 100001

Color Harmonies of #343D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D73

Black with #343D73

Text Example


Text Example

White with #343D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343D73; }

 p { color: rgb(52,61,115); }

 H1.HeaderClassName
 {
   color: #343D73;
 }
 .AnyTagClassName
 {
   color: #343D73;
 }
</style>

background-color css

<style>
 a { background-color: #343D73; }

 a { background-color: rgb(52,61,115); }

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

border-color css

<style>
 span { border-color: #343D73; }

 span { border-color: rgb(52,61,115); }

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