#383F77

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

Shades of Torea Bay #383F77

Tints of Torea Bay #383F77

Color information

#383F77 (or 0x383F77) is unknown color: approx Torea Bay. HEX triplet: 38, 3F and 77. RGB value is (56,63,119). Sum of RGB (Red+Green+Blue) = 56+63+119=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #383F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F77 is #C7C088. Grayscale: #434343. Windows color (decimal): -13090953 or 7814968. OLE color: 7814968.

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

Color convert

RGB5663119-
CMYK0.530.4700.53
HSL233.33º36%34.31%-
HSV(B)233.33º52.94%46.67%-
XYZ6.745.7318.2-
YUV67.29157.18119.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 119 (46.88% from 255) = 50%
R=23.53%
G=26.47%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56631190.530.4700.53233.333634.31
Hex383F77352F035e92422
Octal707716765570653514442
Binary1110001111111110111110101101111011010111101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F77; }

 p { color: rgb(56,63,119); }

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

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

 a { background-color: rgb(56,63,119); }

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

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

 span { border-color: rgb(56,63,119); }

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