#383A6F

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

Shades of Torea Bay #383A6F

Tints of Torea Bay #383A6F

Color information

#383A6F (or 0x383A6F) is unknown color: approx Torea Bay. HEX triplet: 38, 3A and 6F. RGB value is (56,58,111). Sum of RGB (Red+Green+Blue) = 56+58+111=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #383A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A6F is #C7C590. Grayscale: #3F3F3F. Windows color (decimal): -13092241 or 7289400. OLE color: 7289400.

HSL color Cylindrical-coordinate representation of color #383A6F: hue angle of 237.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383A6F is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5658111-
CMYK0.500.4800.56
HSL237.82º32.93%32.75%-
HSV(B)237.82º49.55%43.53%-
XYZ6.015.0115.69-
YUV63.44154.84122.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=24.89%
G=25.78%
B=49.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56581110.500.4800.56237.8232.9332.75
Hex383A6F3230038ee2121
Octal707215762600703564141
Binary1110001110101101111110010110000011100011101110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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