Html Css Color HEX #343977 Torea Bay

📋 copy color: '#343977'

red 52 ◦ green 57 ◦ blue 119

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

Shades of Torea Bay #343977

Tints of Torea Bay #343977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 22.81%
G = 25%
B = 52.19%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343977 (or 0x343977) is known color: Torea Bay. HEX triplet: 34, 39 and 77. RGB value is (52,57,119). Sum of RGB (Red+Green+Blue) = 52+57+119=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #343977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343977 is #CBC688. Grayscale: #3E3E3E. Windows color (decimal): -13354633 or 7813428. OLE color: 7813428.

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

Color convert

RGB 52 57 119 -
CMYK 0.56 0.52 0 0.53
HSL 235.52º 0.39% 0.34% -
HSV(B) 235.52º 0.56% 0.47% -
XYZ 6.21 4.99 18.09 -
YUV 62.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 52 57 119 0.56 0.52 0 0.53 235.52 0.39 0.34
Hex 34 39 77 38 34 0 35 EC 27 22
Octal 64 71 167 70 64 0 65 354 47 42
Binary 110100 111001 1110111 111000 110100 0 110101 11101100 100111 100010

Color Harmonies of #343977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343977

Black with #343977

Text Example


Text Example

White with #343977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343977; }

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

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

background-color css

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

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

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

border-color css

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

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

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