Html Css Color HEX #343B6D Torea Bay

📋 copy color: '#343B6D'

red 52 ◦ green 59 ◦ blue 109

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

Shades of Torea Bay #343B6D

Tints of Torea Bay #343B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 23.64%
G = 26.82%
B = 49.55%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#343B6D (or 0x343B6D) is known color: Torea Bay. HEX triplet: 34, 3B and 6D. RGB value is (52,59,109). Sum of RGB (Red+Green+Blue) = 52+59+109=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #343B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B6D is #CBC492. Grayscale: #3E3E3E. Windows color (decimal): -13354131 or 7158580. OLE color: 7158580.

HSL color Cylindrical-coordinate representation of color #343B6D: hue angle of 232.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343B6D is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 59 109 -
CMYK 0.52 0.46 0 0.57
HSL 232.63º 0.35% 0.32% -
HSV(B) 232.63º 0.52% 0.43% -
XYZ 5.74 4.96 15.12 -
YUV 62.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 52 59 109 0.52 0.46 0 0.57 232.63 0.35 0.32
Hex 34 3B 6D 34 2E 0 39 E9 23 20
Octal 64 73 155 64 56 0 71 351 43 40
Binary 110100 111011 1101101 110100 101110 0 111001 11101001 100011 100000

Color Harmonies of #343B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B6D

Black with #343B6D

Text Example


Text Example

White with #343B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,109); }

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

background-color css

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

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

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

border-color css

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

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

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