Html Css Color HEX #34377C Torea Bay

📋 copy color: '#34377C'

red 52 ◦ green 55 ◦ blue 124

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

Shades of Torea Bay #34377C

Tints of Torea Bay #34377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 22.51%
G = 23.81%
B = 53.68%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34377C (or 0x34377C) is known color: Torea Bay. HEX triplet: 34, 37 and 7C. RGB value is (52,55,124). Sum of RGB (Red+Green+Blue) = 52+55+124=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #34377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34377C is #CBC883. Grayscale: #3D3D3D. Windows color (decimal): -13355140 or 8140596. OLE color: 8140596.

HSL color Cylindrical-coordinate representation of color #34377C: hue angle of 237.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34377C is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 55 124 -
CMYK 0.58 0.56 0 0.51
HSL 237.5º 0.41% 0.35% -
HSV(B) 237.5º 0.58% 0.49% -
XYZ 6.42 4.92 19.68 -
YUV 61.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 52 55 124 0.58 0.56 0 0.51 237.5 0.41 0.35
Hex 34 37 7C 3A 38 0 33 EE 29 23
Octal 64 67 174 72 70 0 63 356 51 43
Binary 110100 110111 1111100 111010 111000 0 110011 11101110 101001 100011

Color Harmonies of #34377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34377C

Black with #34377C

Text Example


Text Example

White with #34377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34377C; }

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

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

background-color css

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

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

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

border-color css

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

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

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