Html Css Color HEX #343B72 Torea Bay

📋 copy color: '#343B72'

red 52 ◦ green 59 ◦ blue 114

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

Shades of Torea Bay #343B72

Tints of Torea Bay #343B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 23.11%
G = 26.22%
B = 50.67%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#343B72 (or 0x343B72) is known color: Torea Bay. HEX triplet: 34, 3B and 72. RGB value is (52,59,114). Sum of RGB (Red+Green+Blue) = 52+59+114=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #343B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343B72 is #CBC48D. Grayscale: #3E3E3E. Windows color (decimal): -13354126 or 7486260. OLE color: 7486260.

HSL color Cylindrical-coordinate representation of color #343B72: hue angle of 233.23º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343B72 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 59 114 -
CMYK 0.54 0.48 0 0.55
HSL 233.23º 0.37% 0.33% -
HSV(B) 233.23º 0.54% 0.45% -
XYZ 6.02 5.07 16.58 -
YUV 63.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 52 59 114 0.54 0.48 0 0.55 233.23 0.37 0.33
Hex 34 3B 72 36 30 0 37 E9 25 21
Octal 64 73 162 66 60 0 67 351 45 41
Binary 110100 111011 1110010 110110 110000 0 110111 11101001 100101 100001

Color Harmonies of #343B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B72

Black with #343B72

Text Example


Text Example

White with #343B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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