Html Css Color HEX #343B77 Torea Bay

📋 copy color: '#343B77'

red 52 ◦ green 59 ◦ blue 119

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

Shades of Torea Bay #343B77

Tints of Torea Bay #343B77

RGB

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

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

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

R = 22.61%
G = 25.65%
B = 51.74%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343B77 (or 0x343B77) is known color: Torea Bay. HEX triplet: 34, 3B and 77. RGB value is (52,59,119). Sum of RGB (Red+Green+Blue) = 52+59+119=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #343B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B77 is #CBC488. Grayscale: #3F3F3F. Windows color (decimal): -13354121 or 7813940. OLE color: 7813940.

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

Color convert

RGB 52 59 119 -
CMYK 0.56 0.50 0 0.53
HSL 233.73º 0.39% 0.34% -
HSV(B) 233.73º 0.56% 0.47% -
XYZ 6.31 5.19 18.12 -
YUV 63.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 52 59 119 0.56 0.50 0 0.53 233.73 0.39 0.34
Hex 34 3B 77 38 32 0 35 EA 27 22
Octal 64 73 167 70 62 0 65 352 47 42
Binary 110100 111011 1110111 111000 110010 0 110101 11101010 100111 100010

Color Harmonies of #343B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B77

Black with #343B77

Text Example


Text Example

White with #343B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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