Html Css Color HEX #384179 Torea Bay

📋 copy color: '#384179'

red 56 ◦ green 65 ◦ blue 121

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

Shades of Torea Bay #384179

Tints of Torea Bay #384179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50%

R = 23.14%
G = 26.86%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#384179 (or 0x384179) is known color: Torea Bay. HEX triplet: 38, 41 and 79. RGB value is (56,65,121). Sum of RGB (Red+Green+Blue) = 56+65+121=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #384179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384179 is #C7BE86. Grayscale: #444444. Windows color (decimal): -13090439 or 7946552. OLE color: 7946552.

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

Color convert

RGB 56 65 121 -
CMYK 0.54 0.46 0 0.53
HSL 231.69º 0.37% 0.35% -
HSV(B) 231.69º 0.54% 0.47% -
XYZ 6.97 6 18.88 -
YUV 68.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 56 65 121 0.54 0.46 0 0.53 231.69 0.37 0.35
Hex 38 41 79 36 2E 0 35 E8 25 23
Octal 70 101 171 66 56 0 65 350 45 43
Binary 111000 1000001 1111001 110110 101110 0 110101 11101000 100101 100011

Color Harmonies of #384179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384179

Black with #384179

Text Example


Text Example

White with #384179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384179; }

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

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

background-color css

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

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

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

border-color css

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

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

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