Html Css Color HEX #384276 Torea Bay

📋 copy color: '#384276'

red 56 ◦ green 66 ◦ blue 118

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

Shades of Torea Bay #384276

Tints of Torea Bay #384276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 23.33%
G = 27.5%
B = 49.17%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384276 (or 0x384276) is known color: Torea Bay. HEX triplet: 38, 42 and 76. RGB value is (56,66,118). Sum of RGB (Red+Green+Blue) = 56+66+118=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #384276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384276 is #C7BD89. Grayscale: #444444. Windows color (decimal): -13090186 or 7750200. OLE color: 7750200.

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

Color convert

RGB 56 66 118 -
CMYK 0.53 0.44 0 0.54
HSL 230.32º 0.36% 0.34% -
HSV(B) 230.32º 0.53% 0.46% -
XYZ 6.85 6.05 17.95 -
YUV 68.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 56 66 118 0.53 0.44 0 0.54 230.32 0.36 0.34
Hex 38 42 76 35 2C 0 36 E6 24 22
Octal 70 102 166 65 54 0 66 346 44 42
Binary 111000 1000010 1110110 110101 101100 0 110110 11100110 100100 100010

Color Harmonies of #384276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384276

Black with #384276

Text Example


Text Example

White with #384276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384276; }

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

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

background-color css

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

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

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

border-color css

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

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

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