Html Css Color HEX #384173 Torea Bay

📋 copy color: '#384173'

red 56 ◦ green 65 ◦ blue 115

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

Shades of Torea Bay #384173

Tints of Torea Bay #384173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 23.73%
G = 27.54%
B = 48.73%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384173 (or 0x384173) is known color: Torea Bay. HEX triplet: 38, 41 and 73. RGB value is (56,65,115). Sum of RGB (Red+Green+Blue) = 56+65+115=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #384173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384173 is #C7BE8C. Grayscale: #434343. Windows color (decimal): -13090445 or 7553336. OLE color: 7553336.

HSL color Cylindrical-coordinate representation of color #384173: hue angle of 230.85º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384173 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 65 115 -
CMYK 0.51 0.43 0 0.55
HSL 230.85º 0.35% 0.34% -
HSV(B) 230.85º 0.51% 0.45% -
XYZ 6.62 5.86 17 -
YUV 68.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 56 65 115 0.51 0.43 0 0.55 230.85 0.35 0.34
Hex 38 41 73 33 2B 0 37 E7 23 22
Octal 70 101 163 63 53 0 67 347 43 42
Binary 111000 1000001 1110011 110011 101011 0 110111 11100111 100011 100010

Color Harmonies of #384173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384173

Black with #384173

Text Example


Text Example

White with #384173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384173; }

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

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

background-color css

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

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

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

border-color css

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

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

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