Html Css Color HEX #384177 Torea Bay

📋 copy color: '#384177'

red 56 ◦ green 65 ◦ blue 119

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

Shades of Torea Bay #384177

Tints of Torea Bay #384177

RGB

 RED value IS 56 (22.27% from 255) = 23.33%

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 23.33%
G = 27.08%
B = 49.58%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384177 (or 0x384177) is known color: Torea Bay. HEX triplet: 38, 41 and 77. RGB value is (56,65,119). Sum of RGB (Red+Green+Blue) = 56+65+119=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #384177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384177 is #C7BE88. Grayscale: #444444. Windows color (decimal): -13090441 or 7815480. OLE color: 7815480.

HSL color Cylindrical-coordinate representation of color #384177: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384177 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 65 119 -
CMYK 0.53 0.45 0 0.53
HSL 231.43º 0.36% 0.34% -
HSV(B) 231.43º 0.53% 0.47% -
XYZ 6.85 5.95 18.24 -
YUV 68.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 56 65 119 0.53 0.45 0 0.53 231.43 0.36 0.34
Hex 38 41 77 35 2D 0 35 E7 24 22
Octal 70 101 167 65 55 0 65 347 44 42
Binary 111000 1000001 1110111 110101 101101 0 110101 11100111 100100 100010

Color Harmonies of #384177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384177

Black with #384177

Text Example


Text Example

White with #384177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384177; }

 p { color: rgb(56,65,119); }

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

background-color css

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

 a { background-color: rgb(56,65,119); }

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

border-color css

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

 span { border-color: rgb(56,65,119); }

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