#383A77

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

Shades of Torea Bay #383A77

Tints of Torea Bay #383A77

Color information

#383A77 (or 0x383A77) is unknown color: approx Torea Bay. HEX triplet: 38, 3A and 77. RGB value is (56,58,119). Sum of RGB (Red+Green+Blue) = 56+58+119=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #383A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A77 is #C7C588. Grayscale: #404040. Windows color (decimal): -13092233 or 7813688. OLE color: 7813688.

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

Color convert

RGB5658119-
CMYK0.530.5100.53
HSL238.1º36%34.31%-
HSV(B)238.1º52.94%46.67%-
XYZ6.475.218.12-
YUV64.36158.84122.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=24.03%
G=24.89%
B=51.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56581190.530.5100.53238.13634.31
Hex383A773533035ee2422
Octal707216765630653564442
Binary1110001110101110111110101110011011010111101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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