Html Css Color HEX #343D75 Torea Bay

📋 copy color: '#343D75'

red 52 ◦ green 61 ◦ blue 117

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

Shades of Torea Bay #343D75

Tints of Torea Bay #343D75

RGB

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

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

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

R = 22.61%
G = 26.52%
B = 50.87%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#343D75 (or 0x343D75) is known color: Torea Bay. HEX triplet: 34, 3D and 75. RGB value is (52,61,117). Sum of RGB (Red+Green+Blue) = 52+61+117=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #343D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D75 is #CBC28A. Grayscale: #404040. Windows color (decimal): -13353611 or 7683380. OLE color: 7683380.

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

Color convert

RGB 52 61 117 -
CMYK 0.56 0.48 0 0.54
HSL 231.69º 0.38% 0.33% -
HSV(B) 231.69º 0.56% 0.46% -
XYZ 6.3 5.35 17.53 -
YUV 64.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 52 61 117 0.56 0.48 0 0.54 231.69 0.38 0.33
Hex 34 3D 75 38 30 0 36 E8 26 21
Octal 64 75 165 70 60 0 66 350 46 41
Binary 110100 111101 1110101 111000 110000 0 110110 11101000 100110 100001

Color Harmonies of #343D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D75

Black with #343D75

Text Example


Text Example

White with #343D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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