Html Css Color HEX #343476 Torea Bay

📋 copy color: '#343476'

red 52 ◦ green 52 ◦ blue 118

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

Shades of Torea Bay #343476

Tints of Torea Bay #343476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.15%

R = 23.42%
G = 23.42%
B = 53.15%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#343476 (or 0x343476) is known color: Torea Bay. HEX triplet: 34, 34 and 76. RGB value is (52,52,118). Sum of RGB (Red+Green+Blue) = 52+52+118=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #343476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343476 is #CBCB89. Grayscale: #3B3B3B. Windows color (decimal): -13355914 or 7746612. OLE color: 7746612.

HSL color Cylindrical-coordinate representation of color #343476: hue angle of 240º degrees, saturation: 0.39, 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 #343476 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 52 118 -
CMYK 0.56 0.56 0 0.54
HSL 240º 0.39% 0.33% -
HSV(B) 240º 0.56% 0.46% -
XYZ 5.91 4.49 17.7 -
YUV 59.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 52 52 118 0.56 0.56 0 0.54 240 0.39 0.33
Hex 34 34 76 38 38 0 36 F0 27 21
Octal 64 64 166 70 70 0 66 360 47 41
Binary 110100 110100 1110110 111000 111000 0 110110 11110000 100111 100001

Color Harmonies of #343476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343476

Black with #343476

Text Example


Text Example

White with #343476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343476; }

 p { color: rgb(52,52,118); }

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

background-color css

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

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

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

border-color css

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

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

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