Html Css Color HEX #343D77 Torea Bay

📋 copy color: '#343D77'

red 52 ◦ green 61 ◦ blue 119

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

Shades of Torea Bay #343D77

Tints of Torea Bay #343D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 22.41%
G = 26.29%
B = 51.29%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343D77 (or 0x343D77) is known color: Torea Bay. HEX triplet: 34, 3D and 77. RGB value is (52,61,119). Sum of RGB (Red+Green+Blue) = 52+61+119=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #343D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343D77 is #CBC288. Grayscale: #404040. Windows color (decimal): -13353609 or 7814452. OLE color: 7814452.

HSL color Cylindrical-coordinate representation of color #343D77: hue angle of 231.94º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #343D77 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 61 119 -
CMYK 0.56 0.49 0 0.53
HSL 231.94º 0.39% 0.34% -
HSV(B) 231.94º 0.56% 0.47% -
XYZ 6.41 5.4 18.16 -
YUV 64.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 52 61 119 0.56 0.49 0 0.53 231.94 0.39 0.34
Hex 34 3D 77 38 31 0 35 E8 27 22
Octal 64 75 167 70 61 0 65 350 47 42
Binary 110100 111101 1110111 111000 110001 0 110101 11101000 100111 100010

Color Harmonies of #343D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D77

Black with #343D77

Text Example


Text Example

White with #343D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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