#383D72

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

Shades of Torea Bay #383D72

Tints of Torea Bay #383D72

Color information

#383D72 (or 0x383D72) is unknown color: approx Torea Bay. HEX triplet: 38, 3D and 72. RGB value is (56,61,114). Sum of RGB (Red+Green+Blue) = 56+61+114=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #383D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D72 is #C7C28D. Grayscale: #414141. Windows color (decimal): -13091470 or 7486776. OLE color: 7486776.

HSL color Cylindrical-coordinate representation of color #383D72: hue angle of 234.83º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383D72 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5661114-
CMYK0.510.4600.55
HSL234.83º34.12%33.33%-
HSV(B)234.83º50.88%44.71%-
XYZ6.345.3916.63-
YUV65.55155.34121.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=24.24%
G=26.41%
B=49.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56611140.510.4600.55234.8334.1233.33
Hex383D72332E037eb2221
Octal707516263560673534241
Binary1110001111011110010110011101110011011111101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,114); }

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

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

 a { background-color: rgb(56,61,114); }

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

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

 span { border-color: rgb(56,61,114); }

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