Html Css Color HEX #34397A Torea Bay

📋 copy color: '#34397A'

red 52 ◦ green 57 ◦ blue 122

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

Shades of Torea Bay #34397A

Tints of Torea Bay #34397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 22.51%
G = 24.68%
B = 52.81%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34397A (or 0x34397A) is known color: Torea Bay. HEX triplet: 34, 39 and 7A. RGB value is (52,57,122). Sum of RGB (Red+Green+Blue) = 52+57+122=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #34397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34397A is #CBC685. Grayscale: #3E3E3E. Windows color (decimal): -13354630 or 8010036. OLE color: 8010036.

HSL color Cylindrical-coordinate representation of color #34397A: hue angle of 235.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34397A is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 57 122 -
CMYK 0.57 0.53 0 0.52
HSL 235.71º 0.4% 0.34% -
HSV(B) 235.71º 0.57% 0.48% -
XYZ 6.39 5.06 19.05 -
YUV 62.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 52 57 122 0.57 0.53 0 0.52 235.71 0.4 0.34
Hex 34 39 7A 39 35 0 34 EC 28 22
Octal 64 71 172 71 65 0 64 354 50 42
Binary 110100 111001 1111010 111001 110101 0 110100 11101100 101000 100010

Color Harmonies of #34397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34397A

Black with #34397A

Text Example


Text Example

White with #34397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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