Html Css Color HEX #343575 Torea Bay

📋 copy color: '#343575'

red 52 ◦ green 53 ◦ blue 117

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

Shades of Torea Bay #343575

Tints of Torea Bay #343575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 23.42%
G = 23.87%
B = 52.7%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#343575 (or 0x343575) is known color: Torea Bay. HEX triplet: 34, 35 and 75. RGB value is (52,53,117). Sum of RGB (Red+Green+Blue) = 52+53+117=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #343575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343575 is #CBCA8A. Grayscale: #3B3B3B. Windows color (decimal): -13355659 or 7681332. OLE color: 7681332.

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

Color convert

RGB 52 53 117 -
CMYK 0.56 0.55 0 0.54
HSL 239.08º 0.38% 0.33% -
HSV(B) 239.08º 0.56% 0.46% -
XYZ 5.9 4.56 17.4 -
YUV 60 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 52 53 117 0.56 0.55 0 0.54 239.08 0.38 0.33
Hex 34 35 75 38 37 0 36 EF 26 21
Octal 64 65 165 70 67 0 66 357 46 41
Binary 110100 110101 1110101 111000 110111 0 110110 11101111 100110 100001

Color Harmonies of #343575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343575

Black with #343575

Text Example


Text Example

White with #343575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343575; }

 p { color: rgb(52,53,117); }

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

background-color css

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

 a { background-color: rgb(52,53,117); }

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

border-color css

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

 span { border-color: rgb(52,53,117); }

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