Html Css Color HEX #384076 Torea Bay

📋 copy color: '#384076'

red 56 ◦ green 64 ◦ blue 118

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

Shades of Torea Bay #384076

Tints of Torea Bay #384076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 23.53%
G = 26.89%
B = 49.58%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384076 (or 0x384076) is known color: Torea Bay. HEX triplet: 38, 40 and 76. RGB value is (56,64,118). Sum of RGB (Red+Green+Blue) = 56+64+118=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #384076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384076 is #C7BF89. Grayscale: #434343. Windows color (decimal): -13090698 or 7749688. OLE color: 7749688.

HSL color Cylindrical-coordinate representation of color #384076: hue angle of 232.26º 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 #384076 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 64 118 -
CMYK 0.53 0.46 0 0.54
HSL 232.26º 0.36% 0.34% -
HSV(B) 232.26º 0.53% 0.46% -
XYZ 6.73 5.82 17.91 -
YUV 67.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 56 64 118 0.53 0.46 0 0.54 232.26 0.36 0.34
Hex 38 40 76 35 2E 0 36 E8 24 22
Octal 70 100 166 65 56 0 66 350 44 42
Binary 111000 1000000 1110110 110101 101110 0 110110 11101000 100100 100010

Color Harmonies of #384076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384076

Black with #384076

Text Example


Text Example

White with #384076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384076; }

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

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

background-color css

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

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

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

border-color css

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

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

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