Html Css Color HEX #384176 Torea Bay

📋 copy color: '#384176'

red 56 ◦ green 65 ◦ blue 118

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

Shades of Torea Bay #384176

Tints of Torea Bay #384176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 23.43%
G = 27.2%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384176 (or 0x384176) is known color: Torea Bay. HEX triplet: 38, 41 and 76. RGB value is (56,65,118). Sum of RGB (Red+Green+Blue) = 56+65+118=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #384176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384176 is #C7BE89. Grayscale: #444444. Windows color (decimal): -13090442 or 7749944. OLE color: 7749944.

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

Color convert

RGB 56 65 118 -
CMYK 0.53 0.45 0 0.54
HSL 231.29º 0.36% 0.34% -
HSV(B) 231.29º 0.53% 0.46% -
XYZ 6.79 5.93 17.93 -
YUV 68.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 56 65 118 0.53 0.45 0 0.54 231.29 0.36 0.34
Hex 38 41 76 35 2D 0 36 E7 24 22
Octal 70 101 166 65 55 0 66 347 44 42
Binary 111000 1000001 1110110 110101 101101 0 110110 11100111 100100 100010

Color Harmonies of #384176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384176

Black with #384176

Text Example


Text Example

White with #384176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384176; }

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

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

background-color css

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

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

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

border-color css

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

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

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