Html Css Color HEX #343574 Torea Bay

📋 copy color: '#343574'

red 52 ◦ green 53 ◦ blue 116

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

Shades of Torea Bay #343574

Tints of Torea Bay #343574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.49%

R = 23.53%
G = 23.98%
B = 52.49%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343574 (or 0x343574) is known color: Torea Bay. HEX triplet: 34, 35 and 74. RGB value is (52,53,116). Sum of RGB (Red+Green+Blue) = 52+53+116=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #343574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343574 is #CBCA8B. Grayscale: #3B3B3B. Windows color (decimal): -13355660 or 7615796. OLE color: 7615796.

HSL color Cylindrical-coordinate representation of color #343574: hue angle of 239.06º 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 #343574 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 53 116 -
CMYK 0.55 0.54 0 0.55
HSL 239.06º 0.38% 0.33% -
HSV(B) 239.06º 0.55% 0.45% -
XYZ 5.84 4.54 17.09 -
YUV 59.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 52 53 116 0.55 0.54 0 0.55 239.06 0.38 0.33
Hex 34 35 74 37 36 0 37 EF 26 21
Octal 64 65 164 67 66 0 67 357 46 41
Binary 110100 110101 1110100 110111 110110 0 110111 11101111 100110 100001

Color Harmonies of #343574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343574

Black with #343574

Text Example


Text Example

White with #343574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343574; }

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

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

background-color css

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

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

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

border-color css

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

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

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