Html Css Color HEX #343477 Torea Bay

📋 copy color: '#343477'

red 52 ◦ green 52 ◦ blue 119

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

Shades of Torea Bay #343477

Tints of Torea Bay #343477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 23.32%
G = 23.32%
B = 53.36%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343477 (or 0x343477) is known color: Torea Bay. HEX triplet: 34, 34 and 77. RGB value is (52,52,119). Sum of RGB (Red+Green+Blue) = 52+52+119=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #343477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343477 is #CBCB88. Grayscale: #3B3B3B. Windows color (decimal): -13355913 or 7812148. OLE color: 7812148.

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

Color convert

RGB 52 52 119 -
CMYK 0.56 0.56 0 0.53
HSL 240º 0.39% 0.34% -
HSV(B) 240º 0.56% 0.47% -
XYZ 5.97 4.52 18.01 -
YUV 59.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 52 52 119 0.56 0.56 0 0.53 240 0.39 0.34
Hex 34 34 77 38 38 0 35 F0 27 22
Octal 64 64 167 70 70 0 65 360 47 42
Binary 110100 110100 1110111 111000 111000 0 110101 11110000 100111 100010

Color Harmonies of #343477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343477

Black with #343477

Text Example


Text Example

White with #343477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343477; }

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

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

background-color css

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

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

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

border-color css

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

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

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