Html Css Color HEX #343377 Torea Bay

📋 copy color: '#343377'

red 52 ◦ green 51 ◦ blue 119

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

Shades of Torea Bay #343377

Tints of Torea Bay #343377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

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

R = 23.42%
G = 22.97%
B = 53.6%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343377 (or 0x343377) is known color: Torea Bay. HEX triplet: 34, 33 and 77. RGB value is (52,51,119). Sum of RGB (Red+Green+Blue) = 52+51+119=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #343377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343377 is #CBCC88. Grayscale: #3A3A3A. Windows color (decimal): -13356169 or 7811892. OLE color: 7811892.

HSL color Cylindrical-coordinate representation of color #343377: hue angle of 240.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343377 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 51 119 -
CMYK 0.56 0.57 0 0.53
HSL 240.88º 0.4% 0.33% -
HSV(B) 240.88º 0.57% 0.47% -
XYZ 5.93 4.43 18 -
YUV 59.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 52 51 119 0.56 0.57 0 0.53 240.88 0.4 0.33
Hex 34 33 77 38 39 0 35 F1 28 21
Octal 64 63 167 70 71 0 65 361 50 41
Binary 110100 110011 1110111 111000 111001 0 110101 11110001 101000 100001

Color Harmonies of #343377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343377

Black with #343377

Text Example


Text Example

White with #343377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343377; }

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

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

background-color css

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

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

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

border-color css

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

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

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