Html Css Color HEX #343777 Torea Bay

📋 copy color: '#343777'

red 52 ◦ green 55 ◦ blue 119

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

Shades of Torea Bay #343777

Tints of Torea Bay #343777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 23.01%
G = 24.34%
B = 52.65%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343777 (or 0x343777) is known color: Torea Bay. HEX triplet: 34, 37 and 77. RGB value is (52,55,119). Sum of RGB (Red+Green+Blue) = 52+55+119=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #343777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343777 is #CBC888. Grayscale: #3D3D3D. Windows color (decimal): -13355145 or 7812916. OLE color: 7812916.

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

Color convert

RGB 52 55 119 -
CMYK 0.56 0.54 0 0.53
HSL 237.31º 0.39% 0.34% -
HSV(B) 237.31º 0.56% 0.47% -
XYZ 6.11 4.79 18.06 -
YUV 61.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 52 55 119 0.56 0.54 0 0.53 237.31 0.39 0.34
Hex 34 37 77 38 36 0 35 ED 27 22
Octal 64 67 167 70 66 0 65 355 47 42
Binary 110100 110111 1110111 111000 110110 0 110101 11101101 100111 100010

Color Harmonies of #343777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343777

Black with #343777

Text Example


Text Example

White with #343777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343777; }

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

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

background-color css

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

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

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

border-color css

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

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

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