#383E6F

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

Shades of Torea Bay #383E6F

Tints of Torea Bay #383E6F

Color information

#383E6F (or 0x383E6F) is unknown color: approx Torea Bay. HEX triplet: 38, 3E and 6F. RGB value is (56,62,111). Sum of RGB (Red+Green+Blue) = 56+62+111=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #383E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383E6F is #C7C190. Grayscale: #414141. Windows color (decimal): -13091217 or 7290424. OLE color: 7290424.

HSL color Cylindrical-coordinate representation of color #383E6F: hue angle of 233.45º 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 #383E6F is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5662111-
CMYK0.500.4400.56
HSL233.45º32.93%32.75%-
HSV(B)233.45º49.55%43.53%-
XYZ6.225.4315.76-
YUV65.79153.51121.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=24.45%
G=27.07%
B=48.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56621110.500.4400.56233.4532.9332.75
Hex383E6F322C038e92121
Octal707615762540703514141
Binary1110001111101101111110010101100011100011101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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