#384278

Color #384278 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #384278

Tints of Torea Bay #384278

Color information

#384278 (or 0x384278) is unknown color: approx Torea Bay. HEX triplet: 38, 42 and 78. RGB value is (56,66,120). Sum of RGB (Red+Green+Blue) = 56+66+120=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #384278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384278 is #C7BD87. Grayscale: #444444. Windows color (decimal): -13090184 or 7881272. OLE color: 7881272.

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

Color convert

RGB5666120-
CMYK0.530.4500.53
HSL230.62º36.36%34.51%-
HSV(B)230.62º53.33%47.06%-
XYZ6.976.0918.58-
YUV69.17156.69118.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=23.14%
G=27.27%
B=49.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56661200.530.4500.53230.6236.3634.51
Hex384278352D035e72423
Octal7010217065550653474443
Binary11100010000101111000110101101101011010111100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384278; }

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

 H1.HeaderClassName
 {
   color: #384278;
 }
 .AnyTagClassName
 {
   color: #384278;
 }
</style>
background-color css

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

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

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

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

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

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